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]