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-Contextattributedto -Attribute location `
-Value null `
-Derived false
- Convert the resource to JSON
$Contextattributedto | ConvertTo-JSON