INPUT_OBJECT

SetOktaConfiguration

link GraphQL Schema definition

1input SetOktaConfiguration {
6
2# Indicates whether or not authentication with Okta is enabled
3# for the organization. If enabled, this applies to all users # within the
4# organization.
5oktaAuthenticationEnabled: Boolean
12
7# The organization's Okta client secret. This value is stored in
8# encrypted form and cannot later be retrieved through the Veritone API.
9# If Okta integration is being enabled, this value must be set.
10# The correct value can be found in the organization's Okta dashboard.
11clientSecret: String
17
13# The organization's Okta client ID. # If Okta integration is being enabled, this
14# value must be set.
15# The correct value can be found in the organization's Okta dashboard.
16clientId: String
20
18# The organization's Okta domain. For example, Veritone's is veritone.okta.com.
19oktaDomain: String
25
21# An optional login alias for the organization. If provided, the organization's
22# users
23# will have a dedicated Veritone login endpoint.
24loginAlias: String
26}