Skip to main content

RolePropagationConfigInput

Role Change Propagation Config Input

Properties

NameTypeDescriptionNotes
enabledboolIndicates if the Role Change Propagation process should be enabled for the tenant[optional] [default to False]
}

Example

from sailpoint.role_propagation.models.role_propagation_config_input import RolePropagationConfigInput

role_propagation_config_input = RolePropagationConfigInput(
enabled=True
)

[Back to top]