Skip to main content

RoleDocumentAllOfDimensionSchemaAttributes

Properties

NameTypeDescriptionNotes
DerivedBoolean[optional] [default to $true]
DisplayNameStringDisplayname of the dimension attribute.[optional]
NameStringName of the dimension attribute.[optional]

Examples

  • Prepare the resource
$RoleDocumentAllOfDimensionSchemaAttributes = Initialize-PSSailpoint.V2024RoleDocumentAllOfDimensionSchemaAttributes  -Derived true `
-DisplayName Department `
-Name department
  • Convert the resource to JSON
$RoleDocumentAllOfDimensionSchemaAttributes | ConvertTo-JSON

[Back to top]