Versions in this module Expand all Collapse all v0 v0.4.2 Jul 23, 2024 Changes in this version + func Int(i int) *int + func String(s string) *string + type Client interface + GetClientCredentialsToken func(ctx context.Context, req *GetClientCredentialsTokenReq) (*GetClientCredentialsTokenRes, error) + ListIncidents func(ctx context.Context, req *ListIncidentsReq) (*ListIncidentsRes, error) + UseAuth func(token string) + func New() Client + type GetClientCredentialsTokenReq struct + ClientID string + ClientSecret string + TenantID string + type GetClientCredentialsTokenRes struct + AccessToken string + type ListIncidentsReq struct + Filter *string + OrderBy *string + ResourceGroupName string + SubscriptionID string + Top *int + WorkspaceName string + type ListIncidentsRes struct + Value []any v0.4.2-rc3 Jun 18, 2024 v0.4.2-rc2 Jun 18, 2024 v0.4.2-rc1 Jun 18, 2024