INPUT_OBJECT
CreateInstanceLoginConfiguration
link GraphQL Schema definition
1 input CreateInstanceLoginConfiguration { 5 2 # Indicates whether or not the custom login is enabled for the instance. 3 # Defaults to true. 4 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. 9 Boolean : 14 11 # Name of the login configuration. 12 # (Required when setting the login configuration for the first time) 13 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) 17 String! : 21 19 # Logo to be displayed on the instance's login page; stored as base 64 string 20 String : 24 22 # The color of the login submit button 23 String : 27 25 # The text color of the login submit button 26 String : 28 }