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

1.2 KiB

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-certification-reference CertificationReference CertificationReference CertificationReference powershellsdk
powershell
PowerShell
sdk
CertificationReference
V2024CertificationReference
/tools/sdk/powershell/v2024/models/certification-reference
SDK
Software Development Kit
CertificationReference
V2024CertificationReference

CertificationReference

Properties

Name Type Description Notes
Id String The id of the certification. [optional]
Name String The name of the certification. [optional]
Type Enum [ "CERTIFICATION" ] [optional]
Reviewer Reviewer [optional]

Examples

  • Prepare the resource
$CertificationReference = Initialize-PSSailpoint.V2024CertificationReference  -Id ef38f94347e94562b5bb8424a56397d8 `
 -Name Certification Name `
 -Type CERTIFICATION `
 -Reviewer null
  • Convert the resource to JSON
$CertificationReference | ConvertTo-JSON

[Back to top]