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 882d761 commit f992e02Copy full SHA for f992e02
management/connection.go
@@ -666,6 +666,7 @@ type ConnectionOptionsSAML struct {
666
TenantDomain *string `json:"tenant_domain,omitempty"`
667
DomainAliases []interface{} `json:"domain_aliases,omitempty"`
668
SignInEndpoint *string `json:"signInEndpoint,omitempty"`
669
+ DisableSignout *bool `json:"disableSignout,omitempty"`
670
SignOutEndpoint *string `json:"signOutEndpoint,omitempty"`
671
SignatureAlgorithm *string `json:"signatureAlgorithm,omitempty"`
672
DigestAglorithm *string `json:"digestAlgorithm,omitempty"`
0 commit comments