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 e87b9ce commit decc53cCopy full SHA for decc53c
management/connection.go
@@ -57,6 +57,9 @@ type Connection struct {
57
// True if the connection is domain level
58
IsDomainConnection *bool `json:"is_domain_connection,omitempty"`
59
60
+ // True to display a button for the connection in the login page
61
+ ShowAsButton *bool `json:"show_as_button,omitempty"`
62
+
63
// Options for validation.
64
Options interface{} `json:"-"`
65
0 commit comments