mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.3 KiB
1.3 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| certification-identity-summary | CertificationIdentitySummary | CertificationIdentitySummary | CertificationIdentitySummary | powershellsdk |
|
/tools/sdk/powershell/v3/models/certification-identity-summary |
|
CertificationIdentitySummary
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | The ID of the identity summary | [optional] |
| Name | String | Name of the linked identity | [optional] |
| IdentityId | String | The ID of the identity being certified | [optional] |
| Completed | Boolean | Indicates whether the review items for the linked identity's certification have been completed | [optional] |
Examples
- Prepare the resource
$CertificationIdentitySummary = Initialize-CertificationIdentitySummary -Id 2c91808772a504f50172a9540e501ba7 `
-Name Alison Ferguso `
-IdentityId 2c9180857182306001719937377a33de `
-Completed true
- Convert the resource to JSON
$CertificationIdentitySummary | ConvertTo-JSON