Documentation
¶
Index ¶
Constants ¶
View Source
const URLPrefix = "https://graph.microsoft.com/v1.0/"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MsGraphAdapter ¶
type MsGraphAdapter struct {
// contains filtered or unexported fields
}
func NewMsGraphAdapter ¶
func NewMsGraphAdapter(conf MsGraphConfig) (*MsGraphAdapter, chan struct{}, error)
func (*MsGraphAdapter) Close ¶
func (a *MsGraphAdapter) Close() error
type MsGraphConfig ¶
type MsGraphConfig struct {
ClientOptions uspclient.ClientOptions `json:"client_options" yaml:"client_options"`
TenantID string `json:"tenant_id" yaml:"tenant_id"`
ClientID string `json:"client_id" yaml:"client_id"`
ClientSecret string `json:"client_secret" yaml:"client_secret"`
URL string `json:"url" yaml:"url"`
}
func (*MsGraphConfig) Validate ¶
func (c *MsGraphConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.