Skip to content

Commit b085119

Browse files
committed
Add show as button field to connection
1 parent 4a02f2f commit b085119

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

management/connection.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ type Connection struct {
5858
// True if the connection is domain level
5959
IsDomainConnection *bool `json:"is_domain_connection,omitempty"`
6060

61+
// True to display a button for the connection in the login page
62+
ShowAsButton *bool `json:"show_as_button,omitempty"`
63+
6164
// Options for validation.
6265
Options interface{} `json:"-"`
6366
RawOptions json.RawMessage `json:"options,omitempty"`

0 commit comments

Comments
 (0)