AccessItemRequestedFor
Properties
Name | Type | Description | Notes |
---|---|---|---|
Type | Enum [ "IDENTITY" ] | DTO type of identity the access item is requested for. | [optional] |
Id | String | ID of identity the access item is requested for. | [optional] |
Name | String | Human-readable display name of identity the access item is requested for. | [optional] |
Examples
- Prepare the resource
$AccessItemRequestedFor = Initialize-PSSailpoint.V2024AccessItemRequestedFor -Type IDENTITY `
-Id 2c4180a46faadee4016fb4e018c20626 `
-Name Robert Robinson
- Convert the resource to JSON
$AccessItemRequestedFor | ConvertTo-JSON