INPUT_OBJECT
CreateOpenIdProvider
link GraphQL Schema definition
1 input CreateOpenIdProvider { 4 2 # Name of the OpenID Provider will show in Vertione Platform 3 String! : 7 5 # Description of the OpenID Provider 6 String : 10 8 # Official website url of the Provider 9 String : 13 11 # The clientId of OpenID Connect, it will be hash as sensitive data 12 String! : 16 14 # Secret key of OpenID Connect, it will be hash as sensitive data 15 String! : 21 17 # The issuer URL of the OpenID Connect application. 18 # E.g.. (the /.well-known/ URL for Azure AD, or https://accounts.google.com for 19 # Google,...) 20 String! : 24 22 # Button text for OpenID Provider on login 23 String : 27 25 # The link of OpenId Provider Logo 26 String : 30 28 # Button color for OpenID Provider on login (e.g.,#FFFFFF,..) 29 String : 33 31 # Button text color for OpenID Provider on login (e.g.,#FFFFFF,..) 32 String : 36 34 # Flag is set for Global OpenID Provider. Default value is false if not set 35 Boolean : 37 }