Skip to main content

SimIntegrationDetailsAllOfBeforeProvisioningRule

Before provisioning rule of integration

Properties

NameTypeDescriptionNotes
typeDtoType[optional]
idstrID of the rule[optional]
namestrHuman-readable display name of the rule[optional]
}

Example

from sailpoint.v2024.models.sim_integration_details_all_of_before_provisioning_rule import SimIntegrationDetailsAllOfBeforeProvisioningRule

sim_integration_details_all_of_before_provisioning_rule = SimIntegrationDetailsAllOfBeforeProvisioningRule(
type='IDENTITY',
id='2c918085708c274401708c2a8a760001',
name='Example Rule'
)

[Back to top]