INPUT_OBJECT

CreateInstanceLoginConfiguration

link GraphQL Schema definition

1input CreateInstanceLoginConfiguration {
5
2# Indicates whether or not the custom login is enabled for the instance.
3# Defaults to true.
4enabled: Boolean
10
6# Indicates whether Veritone branding should be hidden or not. When enabled,
7# Veritone logos and
8# branding should not be shown on the resulting login page.
9hideVeritoneBranding: Boolean
14
11# Name of the login configuration.
12# (Required when setting the login configuration for the first time)
13name: String!
18
15# The name of the dedicated Veritone login endpoint for the instance.
16# (Required when setting the login configuration for the first time)
17slug: String!
21
19# Logo to be displayed on the instance's login page; stored as base 64 string
20logo: String
24
22# The color of the login submit button
23buttonColor: String
27
25# The text color of the login submit button
26buttonTextColor: String
28}