Beforeprovisioningruledto
Before Provisioning Rule.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'RULE' ] | Before Provisioning Rule DTO type. | [optional] |
| id | str | Before Provisioning Rule ID. | [optional] |
| name | str | Rule display name. | [optional] |
| } |
Example
from sailpoint.service_desk_integration.models.beforeprovisioningruledto import Beforeprovisioningruledto
beforeprovisioningruledto = Beforeprovisioningruledto(
type='RULE',
id='048eb3d55c5a4758bd07dccb87741c78',
name='Before Provisioning Airtable Rule'
)