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 9c75c15 commit bad510dCopy full SHA for bad510d
management/connection.go
@@ -662,6 +662,7 @@ type ConnectionOptionsSAML struct {
662
TenantDomain *string `json:"tenant_domain,omitempty"`
663
DomainAliases []interface{} `json:"domain_aliases,omitempty"`
664
SignInEndpoint *string `json:"signInEndpoint,omitempty"`
665
+ DisableSignout *bool `json:"disableSignout,omitempty"`
666
SignOutEndpoint *string `json:"signOutEndpoint,omitempty"`
667
SignatureAlgorithm *string `json:"signatureAlgorithm,omitempty"`
668
DigestAglorithm *string `json:"digestAlgorithm,omitempty"`
0 commit comments