Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/CertifierResponse.md
2025-04-01 09:23:12 -04:00

967 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
powershell
PowerShell
sdk
CertifierResponse
V2025CertifierResponse
/tools/sdk/powershell/v2025/models/certifier-response
SDK
Software Development Kit
CertifierResponse
V2025CertifierResponse

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

[Back to top]