The Backend EnterpriseConnection object
The Backend EnterpriseConnection object holds information about an enterprise connection (SAML or OAuth) for an instance or organization.
Properties
- Name
-
customAttributes - Type
undefined | EnterpriseConnectionCustomAttribute[]- Description
The custom attribute mappings of the connection. Only returned when the custom attributes feature is enabled for the instance.
- Name
-
oauthConfig - Type
null | EnterpriseConnectionOauthConfig- Description
OAuth (OIDC) configuration when the enterprise connection uses OAuth.
- Name
-
samlConnection - Type
null | EnterpriseConnectionSamlConnection- Description
SAML connection details when the enterprise connection uses SAML.
Feedback
Last updated on