Documentation ¶
Index ¶
- func New(options map[string]interface{}) (collector.Client, error)
- type Client
- func (microsoftClient *Client) ClientType() collector.ClientType
- func (microsoftClient *Client) Exit() (err error)
- func (microsoftClient *Client) Poll(timestamp time.Time, resultsChannel chan<- string, pollOffset int) (count int, currentTimestamp time.Time, err error)
- func (microsoftClient *Client) Stream(streamChannel chan<- string) (cancelFunc func(), err error)
- type GraphAuthResponse
- type GraphSecurityAlertsResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct { collector.Client Options map[string]interface{} AccessToken string `json:"access_token"` // contains filtered or unexported fields }
func (*Client) ClientType ¶ added in v0.5.0
func (microsoftClient *Client) ClientType() collector.ClientType
type GraphAuthResponse ¶
Click to show internal directories.
Click to hide internal directories.