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 b085119 commit a2d9456Copy full SHA for a2d9456
management/connection.go
@@ -643,6 +643,7 @@ type ConnectionOptionsSAML struct {
643
TenantDomain *string `json:"tenant_domain,omitempty"`
644
DomainAliases []interface{} `json:"domain_aliases,omitempty"`
645
SignInEndpoint *string `json:"signInEndpoint,omitempty"`
646
+ DisableSignout *bool `json:"disableSignout,omitempty"`
647
SignOutEndpoint *string `json:"signOutEndpoint,omitempty"`
648
SignatureAlgorithm *string `json:"signatureAlgorithm,omitempty"`
649
DigestAglorithm *string `json:"digestAlgorithm,omitempty"`
0 commit comments