mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.2 KiB
1.2 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| source-before-provisioning-rule | SourceBeforeProvisioningRule | SourceBeforeProvisioningRule | SourceBeforeProvisioningRule | pythonsdk |
|
/tools/sdk/python/v3/models/source-before-provisioning-rule |
|
SourceBeforeProvisioningRule
Rule that runs on the CCG and allows for customization of provisioning plans before the API calls the connector.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'RULE' ] | Type of object being referenced. | [optional] |
| id | str | Rule ID. | [optional] |
| name | str | Rule's human-readable display name. | [optional] |
| } |
Example
from sailpoint.v3.models.source_before_provisioning_rule import SourceBeforeProvisioningRule
source_before_provisioning_rule = SourceBeforeProvisioningRule(
type='RULE',
id='2c918085708c274401708c2a8a760001',
name='Example Rule'
)