We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a02f2f commit b085119Copy full SHA for b085119
management/connection.go
@@ -58,6 +58,9 @@ type Connection struct {
58
// True if the connection is domain level
59
IsDomainConnection *bool `json:"is_domain_connection,omitempty"`
60
61
+ // True to display a button for the connection in the login page
62
+ ShowAsButton *bool `json:"show_as_button,omitempty"`
63
+
64
// Options for validation.
65
Options interface{} `json:"-"`
66
RawOptions json.RawMessage `json:"options,omitempty"`
0 commit comments