Skip to main content

EntitlementmetadatabulkupdatebyidrequestValuesInner

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.entitlements.models.entitlementmetadatabulkupdatebyidrequest_values_inner import EntitlementmetadatabulkupdatebyidrequestValuesInner

entitlementmetadatabulkupdatebyidrequest_values_inner = EntitlementmetadatabulkupdatebyidrequestValuesInner(
attribute='iscFederalClassifications',
values=["secret"],
object_type='custom'
)

[Back to top]