BulkUpdateAMMKeyValueInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Attribute | String | the key of metadata attribute | [required] |
| Values | []String | the values of attribute to be updated | [required] |
Examples
- Prepare the resource
$BulkUpdateAMMKeyValueInner = Initialize-BulkUpdateAMMKeyValueInner -Attribute iscFederalClassifications `
-Values ["secret"]
- Convert the resource to JSON
$BulkUpdateAMMKeyValueInner | ConvertTo-JSON