INPUT_OBJECT

SetLoginConfiguration

link GraphQL Schema definition

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