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.bulkupdateammkeyvalue_inner import BulkupdateammkeyvalueInner

bulkupdateammkeyvalue_inner = BulkupdateammkeyvalueInner(
attribute='iscFederalClassifications',
values=["secret"]
)

[Back to top]