INPUT_OBJECT
UpdateOpenIdProvider
link GraphQL Schema definition
1 input UpdateOpenIdProvider { 4 2 #   The identifier of OpenId Provider 3 : ID! 7 5 #   Name of the OpenID Provider will show in Vertione Platform 6 : String 10 8 #   Description of the OpenID Provider 9 : String 13 11 #   Official website url of the Provider 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 #   A whitelist of allowed redirect domains 35 : [String!] 39 37 #   Redirect Base URL for the OpenID Provider 38 : String 40 }