mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
955 B
955 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-certifier-response | CertifierResponse | CertifierResponse | CertifierResponse | powershellsdk |
|
/tools/sdk/powershell/v2025/models/certifier-response |
|
CertifierResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | the id of the certifier | [optional] |
| DisplayName | String | the name of the certifier | [optional] |
Examples
- Prepare the resource
$CertifierResponse = Initialize-V2025CertifierResponse -Id 8a80828f643d484f01643e14202e206f `
-DisplayName John Snow
- Convert the resource to JSON
$CertifierResponse | ConvertTo-JSON