Skip to main content

AppaccessprofileselectorAccountMatchConfig

Properties

NameTypeDescriptionNotes
match_expressionAppaccessprofileselectorAccountMatchConfigMatchExpression[optional]
}

Example

from sailpoint.apps.models.appaccessprofileselector_account_match_config import AppaccessprofileselectorAccountMatchConfig

appaccessprofileselector_account_match_config = AppaccessprofileselectorAccountMatchConfig(
match_expression=sailpoint.apps.models.appaccessprofileselector_account_match_config_match_expression.appaccessprofileselector_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]