ContextAttributeDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Attribute | String | The name of the attribute | [optional] |
| Value | ContextAttributeDtoValue | [optional] | |
| Derived | Boolean | True if the attribute was derived. | [optional] [default to $false] |
Examples
- Prepare the resource
$ContextAttributeDto = Initialize-V2025ContextAttributeDto -Attribute location `
-Value null `
-Derived false
- Convert the resource to JSON
$ContextAttributeDto | ConvertTo-JSON