Files
developer.sailpoint.com/docs/tools/sdk/powershell/reference/beta/Models/CertificationReference.md
2025-01-27 16:35:26 -05: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
beta-certification-reference CertificationReference CertificationReference CertificationReference powershellsdk
powershell
PowerShell
sdk
CertificationReference
/tools/sdk/powershell/beta/models/certification-reference
SDK
Software Development Kit
CertificationReference

CertificationReference

Properties

Name Type Description Notes
Type Pointer to Enum [ "CERTIFICATION" ] DTO type of certification for review. [optional]
Id Pointer to String ID of certification for review. [optional]
Name Pointer to String Display name of certification for review. [optional]
Reviewer Pointer to Reviewer [optional]

Examples

  • Prepare the resource
$CertificationReference = Initialize-PSSailpoint.BetaCertificationReference  -Type IDENTITY `
 -Id 7589a83cec4b4f138ce56c1a5ef0756d `
 -Name Manager Access for Michael Michaels `
 -Reviewer null
  • Convert the resource to JSON
$CertificationReference | ConvertTo-JSON

[Back to top]