Entitlementconnectionbulkupdateitem
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| connection_id | str | Connection ID to update. | [required] |
| type | Enum [ 'JIT', 'STANDING' ] | Target connection type. | [required] |
| } |
Example
from sailpoint.entitlement_connections.models.entitlementconnectionbulkupdateitem import Entitlementconnectionbulkupdateitem
entitlementconnectionbulkupdateitem = Entitlementconnectionbulkupdateitem(
connection_id='d532fa5cb15748e2873c6a01e5923ec4',
type='JIT'
)