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-RoledocumentAllOfDimensionSchemaAttributes  -Derived true `
-DisplayName Department `
-Name department
  • Convert the resource to JSON
$RoledocumentAllOfDimensionSchemaAttributes | ConvertTo-JSON

[Back to top]