Skip to main content

Schedule2Days

Properties

NameTypeDescriptionNotes
application_idstrThe application id[optional]
account_match_configSelectorAccountMatchConfig[optional]
}

Example

from sailpoint.v2024.models.schedule2_days import Schedule2Days

schedule2_days = Schedule2Days(
application_id='2c91808874ff91550175097daaec161c"',
account_match_config=sailpoint.v2024.models.selector_account_match_config.selector_accountMatchConfig(
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]