APIIntegrations
Update a connection external-identity JIT policy
Enable or disable external-identity JIT for one connection.
Path Parameters
connectionId*string
Integration connection whose JIT policy is being read or updated.
Format
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://example.com/integrations/connections/497f6eca-6276-4993-bfeb-53cbbbba6f08/external-identity-jit-policy" \ -H "Content-Type: application/json" \ -d '{ "enabled": true }'{ "organizationEnabled": true, "connectionEnabled": true, "effectiveEnabled": true}