Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/CertifierResponse.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

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

CertifierResponse

Properties

Name Type Description Notes
Id Pointer to String the id of the certifier [optional]
DisplayName Pointer to 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]