OBJECT

OktaConfiguration

link GraphQL Schema definition

1type OktaConfiguration {
2
3# Indicates whether or not authentication with Okta is enabled
4# for the organization. If enabled, this applies to all users # within the
5# organization.
6oktaAuthenticationEnabled: Boolean
7
8# The organization's Okta client ID.
9clientId: String
10
11# The organization's Okta domain.
12oktaDomain: String
13
14# An optional login alias for the organization. If provided, the organization's
15# users
16# will have a dedicated Veritone login endpoint.
17loginAlias: String
18
19}

link Required by