Rolelistfilterdto
AMMFilterValues
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| filters | str | Filter results using the standard syntax described in V3 API Standard Collection Parameters Filtering is supported for the following fields and operators: id: eq, in name: eq, sw created: gt, lt, ge, le modified: gt, lt, ge, le owner.id: eq, in requestable: eq | [optional] |
| amm_key_values | []RolelistfilterdtoAmmKeyValuesInner | [optional] | |
| } |
Example
from sailpoint.roles.models.rolelistfilterdto import Rolelistfilterdto
rolelistfilterdto = Rolelistfilterdto(
filters='dimensional eq false',
amm_key_values=[{"attribute":"iscFederalClassifications","values":["secret"]}]
)