INPUT_OBJECT
SetLoginConfiguration
link GraphQL Schema definition
1 input 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. 7 : 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. 12 : Boolean 17 14 # Name of the login configuration. 15 # (Required when setting the login configuration for the first time) 16 : 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) 21 : String 26 23 # Logo to be displayed on the login page for the organization or instance; stored 24 # as base 64 string 25 : String 29 27 # The color of the login submit button 28 : String 32 30 # The text color of the login submit button 31 : String 33 }