Skip to main content

SSOIntegration

Represents a SSO integration.

type SSOIntegration implements Node {
id: ID!
name: SSOProviderEnum!
isActive: Boolean!
oauthAuthorizationUrl: String!
}

Fields

SSOIntegration.id ● ID! non-null scalar

The ID of the SSO integration.

SSOIntegration.name ● SSOProviderEnum! non-null enum

The name of the SSO integration.

SSOIntegration.isActive ● Boolean! non-null scalar

Whether the SSO integration is enabled.

SSOIntegration.oauthAuthorizationUrl ● String! non-null scalar

The URL to authorize the SSO integration.

Interfaces

Node interface

An object with an ID

Returned By

ssoIntegrations query

Was this page helpful?