Skip to main content

EntitlementdocumentAllOfPermissions

Properties

NameTypeDescriptionNotes
TargetStringThe target the permission would grants rights on.[optional]
Rights[]StringAll the rights (e.g. actions) that this permission allows on the target[optional]

Examples

  • Prepare the resource
$EntitlementdocumentAllOfPermissions = Initialize-EntitlementdocumentAllOfPermissions  -Target SYS.GV_$TRANSACTION `
-Rights null
  • Convert the resource to JSON
$EntitlementdocumentAllOfPermissions | ConvertTo-JSON

[Back to top]