SimIntegrationDetailsAllOfBeforeProvisioningRule
Before provisioning rule of integration
Properties
Name | Type | Description | Notes |
---|---|---|---|
type | DtoType | [optional] | |
id | str | ID of the rule | [optional] |
name | str | Human-readable display name of the rule | [optional] |
} |
Example
from sailpoint.beta.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'
)