Terraform provider
sazabi_integration_jit_policy
Terraform resource for per-connection JIT provisioning policy.
Manages the external-identity just-in-time (JIT) provisioning policy on an existing integration connection. It toggles the per-connection policy without creating or disconnecting the integration. Deleting the resource leaves the policy at its last-applied value. JIT takes effect only for providers with a JIT adapter (Slack, Microsoft Teams, GitHub).
Arguments
| Attribute | Type | Behavior | Description |
|---|---|---|---|
connection_id | string | Required | The integration connection. Immutable. |
enabled | bool | Required | Per-connection JIT policy. |
organization_id | string | Optional, Computed | Owning organization. Defaults to the provider's organization. Immutable. |
effective_enabled | bool | Computed | True only when both the connection and the organization-wide policy are enabled. |
organization_enabled | bool | Computed | The organization-wide policy value. |