Skip to main content

AccessprofilemetadatabulkupdatebyidrequestValuesInner

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
$AccessprofilemetadatabulkupdatebyidrequestValuesInner = Initialize-AccessprofilemetadatabulkupdatebyidrequestValuesInner -Attribute iscFederalClassifications `
-Values ["secret"] `
-ObjectType custom
  • Convert the resource to JSON
$AccessprofilemetadatabulkupdatebyidrequestValuesInner | ConvertTo-JSON

[Back to top]