Skip to main content

AccessprofilemetadatabulkupdatebyidrequestValuesInner

Properties

NameTypeDescriptionNotes
attributestrThe technical name of the metadata attribute.[required]
values[]strThe values of the attribute to be updated.[required]
object_typestrThe type of the metadata attribute. Set to custom for custom metadata attributes, which require a suite license.[optional]
}

Example

from sailpoint.access_profiles.models.accessprofilemetadatabulkupdatebyidrequest_values_inner import AccessprofilemetadatabulkupdatebyidrequestValuesInner

accessprofilemetadatabulkupdatebyidrequest_values_inner = AccessprofilemetadatabulkupdatebyidrequestValuesInner(
attribute='iscFederalClassifications',
values=["secret"],
object_type='custom'
)

[Back to top]