Skip to main content

RoleListFilterDTOAmmKeyValuesInner

Properties

NameTypeDescriptionNotes
attributestrattribute key of a metadata.[optional]
values[]strA list of attribute key names to filter roles. If the values is empty, will only filter by attribute key.[optional]
}

Example

from sailpoint.v2024.models.role_list_filter_dto_amm_key_values_inner import RoleListFilterDTOAmmKeyValuesInner

role_list_filter_dto_amm_key_values_inner = RoleListFilterDTOAmmKeyValuesInner(
attribute='iscFederalClassifications',
values=[secret]
)

[Back to top]