Skip to main content

RoleDocumentAllOfDimensions

Properties

NameTypeDescriptionNotes
IdStringUnique ID of the dimension.[optional]
NameStringName of the dimension.[optional]
DescriptionStringDescription of the dimension.[optional]
Entitlements[]RoleDocumentAllOfEntitlements1Entitlements included with the role.[optional]
AccessProfiles[]BaseAccessProfileAccess profiles included in the dimension.[optional]

Examples

  • Prepare the resource
$RoleDocumentAllOfDimensions = Initialize-PSSailpoint.V3RoleDocumentAllOfDimensions  -Id b3c28992ba964a40a7598978139d1ced `
-Name Manager Austin Branch `
-Description Managers located at the Austin branch `
-Entitlements null `
-AccessProfiles null
  • Convert the resource to JSON
$RoleDocumentAllOfDimensions | ConvertTo-JSON

[Back to top]