AccessRequestRecommendationActionItemDto
Properties
Name | Type | Description | Notes |
---|---|---|---|
IdentityId | String | The identity ID taking the action. | [required] |
Access | AccessRequestRecommendationItem | [required] |
Examples
- Prepare the resource
$AccessRequestRecommendationActionItemDto = Initialize-PSSailpoint.BetaAccessRequestRecommendationActionItemDto -IdentityId 2c91808570313110017040b06f344ec9 `
-Access null
- Convert the resource to JSON
$AccessRequestRecommendationActionItemDto | ConvertTo-JSON