mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.1 KiB
1.1 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-approval-identity | ApprovalIdentity | ApprovalIdentity | ApprovalIdentity | powershellsdk |
|
/tools/sdk/powershell/beta/models/approval-identity |
|
ApprovalIdentity
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to String | The identity ID | [optional] |
| Type | Pointer to Enum [ "IDENTITY" ] | Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc | [optional] |
| Name | Pointer to String | Name of the identity | [optional] |
Examples
- Prepare the resource
$ApprovalIdentity = Initialize-PSSailpoint.BetaApprovalIdentity -Id 85d173e7d57e496569df763231d6deb6a `
-Type IDENTITY `
-Name John Doe
- Convert the resource to JSON
$ApprovalIdentity | ConvertTo-JSON