Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/CertificationReference1.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-reference1 CertificationReference1 CertificationReference1 CertificationReference1 powershellsdk
powershell
PowerShell
sdk
CertificationReference1
V2024CertificationReference1
/tools/sdk/powershell/v2024/models/certification-reference1
SDK
Software Development Kit
CertificationReference1
V2024CertificationReference1

CertificationReference1

Properties

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

Examples

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

[Back to top]