AccessItemApproverDto
Properties
Name | Type | Description | Notes |
---|---|---|---|
Type | Enum [ "IDENTITY" ] | DTO type of identity who approved the access item request. | [optional] |
Id | String | ID of identity who approved the access item request. | [optional] |
Name | String | Human-readable display name of identity who approved the access item request. | [optional] |
Examples
- Prepare the resource
$AccessItemApproverDto = Initialize-PSSailpoint.V2024AccessItemApproverDto -Type IDENTITY `
-Id 2c3780a46faadee4016fb4e018c20652 `
-Name Allen Albertson
- Convert the resource to JSON
$AccessItemApproverDto | ConvertTo-JSON