Skip to main content

EntitlementmetadatabulkupdatebyidrequestValuesInner

Properties

NameTypeDescriptionNotes
AttributeStringThe technical name of the metadata attribute.[required]
Values[]StringThe values of the attribute to be updated.[required]
ObjectTypeStringThe 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

[Back to top]