Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Spec ¶
type Spec struct {
// Auth strategy: azurecert, azurecreds, device, saml, addin, adfs, ntlm, tmg, fba
Strategy string `json:"strategy"`
// `creds` options are unique for different auth strategies. See more details in [Auth strategies](https://go.spflow.com/auth/strategies)
Creds map[string]string `json:"creds"`
}
Spec is the configuration for a SharePoint auth
Click to show internal directories.
Click to hide internal directories.