Skip to main content

PermissionDto

Properties

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

Examples

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

[Back to top]