EntitlementDocumentAllOfPermissions
Properties
Name | Type | Description | Notes |
---|---|---|---|
Target | String | The target the permission would grants rights on. | [optional] |
Rights | []String | All the rights (e.g. actions) that this permission allows on the target | [optional] |
Examples
- Prepare the resource
$EntitlementDocumentAllOfPermissions = Initialize-PSSailpoint.V2024EntitlementDocumentAllOfPermissions -Target SYS.GV_$TRANSACTION `
-Rights null
- Convert the resource to JSON
$EntitlementDocumentAllOfPermissions | ConvertTo-JSON