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.sim_integrations.models.simintegrationdetails_all_of_before_provisioning_rule import SimintegrationdetailsAllOfBeforeProvisioningRule

simintegrationdetails_all_of_before_provisioning_rule = SimintegrationdetailsAllOfBeforeProvisioningRule(
type='IDENTITY',
id='2c918085708c274401708c2a8a760001',
name='Example Rule'
)

[Back to top]