Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ApprovalIdentity.md
2025-05-07 14:37:48 +00:00

1.0 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-approval-identity ApprovalIdentity ApprovalIdentity ApprovalIdentity powershellsdk
powershell
PowerShell
sdk
ApprovalIdentity
V2024ApprovalIdentity
/tools/sdk/powershell/v2024/models/approval-identity
SDK
Software Development Kit
ApprovalIdentity
V2024ApprovalIdentity

ApprovalIdentity

Properties

Name Type Description Notes
Id String The identity ID [optional]
Type Enum [ "IDENTITY" ] Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc [optional]
Name String Name of the identity [optional]

Examples

  • Prepare the resource
$ApprovalIdentity = Initialize-V2024ApprovalIdentity  -Id 85d173e7d57e496569df763231d6deb6a `
 -Type IDENTITY `
 -Name John Doe
  • Convert the resource to JSON
$ApprovalIdentity | ConvertTo-JSON

[Back to top]