mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.2 KiB
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-access-item-approver-dto | AccessItemApproverDto | AccessItemApproverDto | AccessItemApproverDto | powershellsdk |
|
/tools/sdk/powershell/beta/models/access-item-approver-dto |
|
AccessItemApproverDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "IDENTITY" ] | DTO type of the identity who approved the access item request. | [optional] |
| Id | String | ID of the identity who approved the access item request. | [optional] |
| Name | String | Name of the identity who approved the access item request. | [optional] |
Examples
- Prepare the resource
$AccessItemApproverDto = Initialize-PSSailpoint.BetaAccessItemApproverDto -Type IDENTITY `
-Id 2c3780a46faadee4016fb4e018c20652 `
-Name Allen Albertson
- Convert the resource to JSON
$AccessItemApproverDto | ConvertTo-JSON