Skip to main content

MultihostintegrationsBeforeProvisioningRule

Rule that runs on the CCG and allows for customization of provisioning plans before the API calls the connector.

Properties

NameTypeDescriptionNotes
typeEnum [ 'RULE' ]Type of object being referenced.[optional]
idstrRule ID.[optional]
namestrRule's human-readable display name.[optional]
}

Example

from sailpoint.multi_host_integration.models.multihostintegrations_before_provisioning_rule import MultihostintegrationsBeforeProvisioningRule

multihostintegrations_before_provisioning_rule = MultihostintegrationsBeforeProvisioningRule(
type='RULE',
id='2c918085708c274401708c2a8a760001',
name='Example Rule'
)

[Back to top]