mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.2 KiB
1.2 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-certification-reference-dto | CertificationReferenceDto | CertificationReferenceDto | CertificationReferenceDto | powershellsdk |
|
/tools/sdk/powershell/v2024/models/certification-reference-dto |
|
CertificationReferenceDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Pointer to Enum [ "CERTIFICATION" ] | DTO type of certification for review. | [optional] |
| Id | Pointer to String | ID of certification for review. | [optional] |
| Name | Pointer to String | Display name of certification for review. | [optional] |
Examples
- Prepare the resource
$CertificationReferenceDto = Initialize-PSSailpoint.V2024CertificationReferenceDto -Type IDENTITY `
-Id 7589a83cec4b4f138ce56c1a5ef0756d `
-Name Manager Access for Michael Michaels
- Convert the resource to JSON
$CertificationReferenceDto | ConvertTo-JSON