Skip to main content

SelectorAccountMatchConfig

Properties

NameTypeDescriptionNotes
match_expressionSelectorAccountMatchConfigMatchExpression[optional]
}

Example

from sailpoint.v2024.models.selector_account_match_config import SelectorAccountMatchConfig

selector_account_match_config = SelectorAccountMatchConfig(
match_expression=sailpoint.v2024.models.selector_account_match_config_match_expression.selector_accountMatchConfig_matchExpression(
match_terms = [{name=, value=, op=null, container=true, and=false, children=[{name=businessCategory, value=Service, op=eq, container=false, and=false, children=null}]}],
and = True, )
)

[Back to top]