Documentation ¶
Index ¶
- type GetUserInsightMonthlyMfaCompletionOperationOptions
- type GetUserInsightMonthlyMfaCompletionOperationResponse
- type GetUserInsightMonthlyMfaCompletionsCountOperationOptions
- type GetUserInsightMonthlyMfaCompletionsCountOperationResponse
- type ListUserInsightMonthlyMfaCompletionsCompleteResult
- type ListUserInsightMonthlyMfaCompletionsCustomPager
- type ListUserInsightMonthlyMfaCompletionsOperationOptions
- type ListUserInsightMonthlyMfaCompletionsOperationResponse
- type MfaCompletionMetricOperationPredicate
- type UserInsightMonthlyMfaCompletionClient
- func (c UserInsightMonthlyMfaCompletionClient) GetUserInsightMonthlyMfaCompletion(ctx context.Context, id beta.ReportUserInsightMonthlyMfaCompletionId, ...) (result GetUserInsightMonthlyMfaCompletionOperationResponse, err error)
- func (c UserInsightMonthlyMfaCompletionClient) GetUserInsightMonthlyMfaCompletionsCount(ctx context.Context, ...) (result GetUserInsightMonthlyMfaCompletionsCountOperationResponse, err error)
- func (c UserInsightMonthlyMfaCompletionClient) ListUserInsightMonthlyMfaCompletions(ctx context.Context, ...) (result ListUserInsightMonthlyMfaCompletionsOperationResponse, err error)
- func (c UserInsightMonthlyMfaCompletionClient) ListUserInsightMonthlyMfaCompletionsComplete(ctx context.Context, ...) (ListUserInsightMonthlyMfaCompletionsCompleteResult, error)
- func (c UserInsightMonthlyMfaCompletionClient) ListUserInsightMonthlyMfaCompletionsCompleteMatchingPredicate(ctx context.Context, ...) (result ListUserInsightMonthlyMfaCompletionsCompleteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetUserInsightMonthlyMfaCompletionOperationOptions ¶
type GetUserInsightMonthlyMfaCompletionOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetUserInsightMonthlyMfaCompletionOperationOptions ¶
func DefaultGetUserInsightMonthlyMfaCompletionOperationOptions() GetUserInsightMonthlyMfaCompletionOperationOptions
func (GetUserInsightMonthlyMfaCompletionOperationOptions) ToHeaders ¶
func (o GetUserInsightMonthlyMfaCompletionOperationOptions) ToHeaders() *client.Headers
func (GetUserInsightMonthlyMfaCompletionOperationOptions) ToOData ¶
func (o GetUserInsightMonthlyMfaCompletionOperationOptions) ToOData() *odata.Query
func (GetUserInsightMonthlyMfaCompletionOperationOptions) ToQuery ¶
func (o GetUserInsightMonthlyMfaCompletionOperationOptions) ToQuery() *client.QueryParams
type GetUserInsightMonthlyMfaCompletionsCountOperationOptions ¶
type GetUserInsightMonthlyMfaCompletionsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetUserInsightMonthlyMfaCompletionsCountOperationOptions ¶
func DefaultGetUserInsightMonthlyMfaCompletionsCountOperationOptions() GetUserInsightMonthlyMfaCompletionsCountOperationOptions
func (GetUserInsightMonthlyMfaCompletionsCountOperationOptions) ToHeaders ¶
func (o GetUserInsightMonthlyMfaCompletionsCountOperationOptions) ToHeaders() *client.Headers
func (GetUserInsightMonthlyMfaCompletionsCountOperationOptions) ToOData ¶
func (o GetUserInsightMonthlyMfaCompletionsCountOperationOptions) ToOData() *odata.Query
func (GetUserInsightMonthlyMfaCompletionsCountOperationOptions) ToQuery ¶
func (o GetUserInsightMonthlyMfaCompletionsCountOperationOptions) ToQuery() *client.QueryParams
type ListUserInsightMonthlyMfaCompletionsCompleteResult ¶
type ListUserInsightMonthlyMfaCompletionsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.MfaCompletionMetric }
type ListUserInsightMonthlyMfaCompletionsCustomPager ¶
type ListUserInsightMonthlyMfaCompletionsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListUserInsightMonthlyMfaCompletionsCustomPager) NextPageLink ¶
func (p *ListUserInsightMonthlyMfaCompletionsCustomPager) NextPageLink() *odata.Link
type ListUserInsightMonthlyMfaCompletionsOperationOptions ¶
type ListUserInsightMonthlyMfaCompletionsOperationOptions struct { Count *bool Expand *odata.Expand Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Select *[]string Skip *int64 Top *int64 }
func DefaultListUserInsightMonthlyMfaCompletionsOperationOptions ¶
func DefaultListUserInsightMonthlyMfaCompletionsOperationOptions() ListUserInsightMonthlyMfaCompletionsOperationOptions
func (ListUserInsightMonthlyMfaCompletionsOperationOptions) ToHeaders ¶
func (o ListUserInsightMonthlyMfaCompletionsOperationOptions) ToHeaders() *client.Headers
func (ListUserInsightMonthlyMfaCompletionsOperationOptions) ToOData ¶
func (o ListUserInsightMonthlyMfaCompletionsOperationOptions) ToOData() *odata.Query
func (ListUserInsightMonthlyMfaCompletionsOperationOptions) ToQuery ¶
func (o ListUserInsightMonthlyMfaCompletionsOperationOptions) ToQuery() *client.QueryParams
type MfaCompletionMetricOperationPredicate ¶
type MfaCompletionMetricOperationPredicate struct { }
func (MfaCompletionMetricOperationPredicate) Matches ¶
func (p MfaCompletionMetricOperationPredicate) Matches(input beta.MfaCompletionMetric) bool
type UserInsightMonthlyMfaCompletionClient ¶
func NewUserInsightMonthlyMfaCompletionClientWithBaseURI ¶
func NewUserInsightMonthlyMfaCompletionClientWithBaseURI(sdkApi sdkEnv.Api) (*UserInsightMonthlyMfaCompletionClient, error)
func (UserInsightMonthlyMfaCompletionClient) GetUserInsightMonthlyMfaCompletion ¶
func (c UserInsightMonthlyMfaCompletionClient) GetUserInsightMonthlyMfaCompletion(ctx context.Context, id beta.ReportUserInsightMonthlyMfaCompletionId, options GetUserInsightMonthlyMfaCompletionOperationOptions) (result GetUserInsightMonthlyMfaCompletionOperationResponse, err error)
GetUserInsightMonthlyMfaCompletion - Get mfaCompletions from reports. Insights for MFA usage on apps registered in the tenant for a specified period.
func (UserInsightMonthlyMfaCompletionClient) GetUserInsightMonthlyMfaCompletionsCount ¶
func (c UserInsightMonthlyMfaCompletionClient) GetUserInsightMonthlyMfaCompletionsCount(ctx context.Context, options GetUserInsightMonthlyMfaCompletionsCountOperationOptions) (result GetUserInsightMonthlyMfaCompletionsCountOperationResponse, err error)
GetUserInsightMonthlyMfaCompletionsCount - Get the number of the resource
func (UserInsightMonthlyMfaCompletionClient) ListUserInsightMonthlyMfaCompletions ¶
func (c UserInsightMonthlyMfaCompletionClient) ListUserInsightMonthlyMfaCompletions(ctx context.Context, options ListUserInsightMonthlyMfaCompletionsOperationOptions) (result ListUserInsightMonthlyMfaCompletionsOperationResponse, err error)
ListUserInsightMonthlyMfaCompletions - List monthly mfaCompletions. Get a list of monthly MFA completions on apps registered in your tenant configured for Microsoft Entra External ID for customers.
func (UserInsightMonthlyMfaCompletionClient) ListUserInsightMonthlyMfaCompletionsComplete ¶
func (c UserInsightMonthlyMfaCompletionClient) ListUserInsightMonthlyMfaCompletionsComplete(ctx context.Context, options ListUserInsightMonthlyMfaCompletionsOperationOptions) (ListUserInsightMonthlyMfaCompletionsCompleteResult, error)
ListUserInsightMonthlyMfaCompletionsComplete retrieves all the results into a single object
func (UserInsightMonthlyMfaCompletionClient) ListUserInsightMonthlyMfaCompletionsCompleteMatchingPredicate ¶
func (c UserInsightMonthlyMfaCompletionClient) ListUserInsightMonthlyMfaCompletionsCompleteMatchingPredicate(ctx context.Context, options ListUserInsightMonthlyMfaCompletionsOperationOptions, predicate MfaCompletionMetricOperationPredicate) (result ListUserInsightMonthlyMfaCompletionsCompleteResult, err error)
ListUserInsightMonthlyMfaCompletionsCompleteMatchingPredicate retrieves all the results and then applies the predicate