Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/CertifierResponse.md
2025-05-07 14:37:48 +00:00

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
v2024-certifier-response CertifierResponse CertifierResponse CertifierResponse powershellsdk
powershell
PowerShell
sdk
CertifierResponse
V2024CertifierResponse
/tools/sdk/powershell/v2024/models/certifier-response
SDK
Software Development Kit
CertifierResponse
V2024CertifierResponse

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-V2024CertifierResponse  -Id 8a80828f643d484f01643e14202e206f `
 -DisplayName John Snow
  • Convert the resource to JSON
$CertifierResponse | ConvertTo-JSON

[Back to top]