Taggedobject
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ObjectRef | Taggedobjectdto | [optional] | |
| Tags | []String | Labels to be applied to an Object | [optional] |
Examples
- Prepare the resource
$Taggedobject = Initialize-Taggedobject -ObjectRef null `
-Tags ["BU_FINANCE","PCI"]
- Convert the resource to JSON
$Taggedobject | ConvertTo-JSON