Skip to main content

DimensionAttribute

Properties

NameTypeDescriptionNotes
NameStringName of the attribute[optional]
DisplayNameStringDisplay name of the attribute[optional]
DerivedBooleanIf an attribute is derived, its value comes from the identity. Otherwise, it can be provided with access request[optional] [default to $true]

Examples

  • Prepare the resource
$DimensionAttribute = Initialize-V2025DimensionAttribute  -Name city `
-DisplayName City `
-Derived true
  • Convert the resource to JSON
$DimensionAttribute | ConvertTo-JSON

[Back to top]