EntitlementmetadatabulkupdatebyidrequestValuesInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Attribute | String | The technical name of the metadata attribute. | [required] |
| Values | []String | The values of the attribute to be updated. | [required] |
| ObjectType | String | The type of the metadata attribute. Set to custom for custom metadata attributes, which require a suite license. | [optional] |
Examples
- Prepare the resource
$EntitlementmetadatabulkupdatebyidrequestValuesInner = Initialize-EntitlementmetadatabulkupdatebyidrequestValuesInner -Attribute iscFederalClassifications `
-Values ["secret"] `
-ObjectType custom
- Convert the resource to JSON
$EntitlementmetadatabulkupdatebyidrequestValuesInner | ConvertTo-JSON