OBJECT
OktaConfiguration
link GraphQL Schema definition
1 type 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. 6 Boolean : 7 8 # The organization's Okta client ID. 9 String : 10 11 # The organization's Okta domain. 12 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. 17 String : 18 19 }