AccessRequestRecommendationActionItemResponseDto
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| IdentityId | String | The identity ID taking the action. | [optional] | 
| Access | AccessRequestRecommendationItem | [optional] | |
| Timestamp | System.DateTime | [optional] | 
Examples
- Prepare the resource
 
$AccessRequestRecommendationActionItemResponseDto = Initialize-V2024AccessRequestRecommendationActionItemResponseDto  -IdentityId 2c91808570313110017040b06f344ec9 `
 -Access null `
 -Timestamp 2017-07-11T18:45:37.098Z
- Convert the resource to JSON
 
$AccessRequestRecommendationActionItemResponseDto | ConvertTo-JSON