RoledocumentAllOfDimensionSchemaAttributes
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Derived | Boolean | [optional] [default to $true] | |
| DisplayName | String | Displayname of the dimension attribute. | [optional] |
| Name | String | Name 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