SelectorAccountMatchConfig
Properties
Name | Type | Description | Notes |
---|---|---|---|
match_expression | SelectorAccountMatchConfigMatchExpression | [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, )
)