Skip to content

Commit decc53c

Browse files
committed
Add show as button field to connection
1 parent e87b9ce commit decc53c

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
@@ -57,6 +57,9 @@ type Connection struct {
5757
// True if the connection is domain level
5858
IsDomainConnection *bool `json:"is_domain_connection,omitempty"`
5959

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

0 commit comments

Comments
 (0)