INPUT_OBJECT
SetOktaConfiguration
link GraphQL Schema definition
1 input 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. 5 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. 11 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. 16 String : 20 18 # The organization's Okta domain. For example, Veritone's is veritone.okta.com. 19 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. 24 String : 26 }