Skip to main content

BulkUpdateAMMKeyValueInner

Properties

NameTypeDescriptionNotes
attributestrthe key of metadata attribute[required]
values[]strthe values of attribute to be updated[required]
}

Example

from sailpoint.access_model_metadata.models.bulk_update_amm_key_value_inner import BulkUpdateAMMKeyValueInner

bulk_update_amm_key_value_inner = BulkUpdateAMMKeyValueInner(
attribute='iscFederalClassifications',
values=["secret"]
)

[Back to top]