Documentation
¶
Index ¶
- type Client
- func (client *Client) Ping() bool
- func (client *Client) SecurityAlerts(params url.Values) (*GraphListResponse, error)
- func (client *Client) SetGraphEndpoint(graphEndpoint string) error
- func (client *Client) SetLogger(logger *log.Entry) error
- func (client *Client) SetLoginEndpoint(loginEndpoint string) error
- type GraphListResponse
- type Scope
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
TenantId string `json:"tenant_id"`
ClientId string `json:"client_id"`
ClientSecret string `json:"client_secret"`
AccessToken string `json:"access_token"`
// contains filtered or unexported fields
}
func (*Client) SecurityAlerts ¶
func (client *Client) SecurityAlerts(params url.Values) (*GraphListResponse, error)
func (*Client) SetGraphEndpoint ¶
func (*Client) SetLoginEndpoint ¶
type GraphListResponse ¶
Click to show internal directories.
Click to hide internal directories.