Update Dev Orgs Auth Connection

Updates an authentication connection.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
google_appsobjectRequired
Object encapsulating the configuration parameters for a Google Apps authentication connection.
OR
noneobjectRequired
OR
oidcobjectRequired
Object encapsulating the configuration parameters for an OIDC authentication connection.
OR
oktaobjectRequired
Object encapsulating the configuration parameters for an Okta authentication connection.
OR
samlpobjectRequired
Object encapsulating the configuration parameters for a SAML authentication connection.
OR
waadobjectRequired
Object encapsulating the configuration parameters for an Azure AD authentication connection.

Response

Response for the request to update an enterprise authentication connection.
auth_connectionobject
Connection object that specifies the configuration for an authentication connection that is set up for a Dev organization.

Errors