Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/CertifierResponse.md
2025-02-03 22:09:17 +00:00

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

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

[Back to top]