Documentation ¶
Index ¶
- type GetUserInsightDailyMfaCompletionOperationOptions
- type GetUserInsightDailyMfaCompletionOperationResponse
- type GetUserInsightDailyMfaCompletionsCountOperationOptions
- type GetUserInsightDailyMfaCompletionsCountOperationResponse
- type ListUserInsightDailyMfaCompletionsCompleteResult
- type ListUserInsightDailyMfaCompletionsCustomPager
- type ListUserInsightDailyMfaCompletionsOperationOptions
- type ListUserInsightDailyMfaCompletionsOperationResponse
- type MfaCompletionMetricOperationPredicate
- type UserInsightDailyMfaCompletionClient
- func (c UserInsightDailyMfaCompletionClient) GetUserInsightDailyMfaCompletion(ctx context.Context, id beta.ReportUserInsightDailyMfaCompletionId, ...) (result GetUserInsightDailyMfaCompletionOperationResponse, err error)
- func (c UserInsightDailyMfaCompletionClient) GetUserInsightDailyMfaCompletionsCount(ctx context.Context, ...) (result GetUserInsightDailyMfaCompletionsCountOperationResponse, err error)
- func (c UserInsightDailyMfaCompletionClient) ListUserInsightDailyMfaCompletions(ctx context.Context, ...) (result ListUserInsightDailyMfaCompletionsOperationResponse, err error)
- func (c UserInsightDailyMfaCompletionClient) ListUserInsightDailyMfaCompletionsComplete(ctx context.Context, ...) (ListUserInsightDailyMfaCompletionsCompleteResult, error)
- func (c UserInsightDailyMfaCompletionClient) ListUserInsightDailyMfaCompletionsCompleteMatchingPredicate(ctx context.Context, ...) (result ListUserInsightDailyMfaCompletionsCompleteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetUserInsightDailyMfaCompletionOperationOptions ¶
type GetUserInsightDailyMfaCompletionOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetUserInsightDailyMfaCompletionOperationOptions ¶
func DefaultGetUserInsightDailyMfaCompletionOperationOptions() GetUserInsightDailyMfaCompletionOperationOptions
func (GetUserInsightDailyMfaCompletionOperationOptions) ToHeaders ¶
func (o GetUserInsightDailyMfaCompletionOperationOptions) ToHeaders() *client.Headers
func (GetUserInsightDailyMfaCompletionOperationOptions) ToOData ¶
func (o GetUserInsightDailyMfaCompletionOperationOptions) ToOData() *odata.Query
func (GetUserInsightDailyMfaCompletionOperationOptions) ToQuery ¶
func (o GetUserInsightDailyMfaCompletionOperationOptions) ToQuery() *client.QueryParams
type GetUserInsightDailyMfaCompletionsCountOperationOptions ¶
type GetUserInsightDailyMfaCompletionsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetUserInsightDailyMfaCompletionsCountOperationOptions ¶
func DefaultGetUserInsightDailyMfaCompletionsCountOperationOptions() GetUserInsightDailyMfaCompletionsCountOperationOptions
func (GetUserInsightDailyMfaCompletionsCountOperationOptions) ToHeaders ¶
func (o GetUserInsightDailyMfaCompletionsCountOperationOptions) ToHeaders() *client.Headers
func (GetUserInsightDailyMfaCompletionsCountOperationOptions) ToOData ¶
func (o GetUserInsightDailyMfaCompletionsCountOperationOptions) ToOData() *odata.Query
func (GetUserInsightDailyMfaCompletionsCountOperationOptions) ToQuery ¶
func (o GetUserInsightDailyMfaCompletionsCountOperationOptions) ToQuery() *client.QueryParams
type ListUserInsightDailyMfaCompletionsCompleteResult ¶
type ListUserInsightDailyMfaCompletionsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.MfaCompletionMetric }
type ListUserInsightDailyMfaCompletionsCustomPager ¶
type ListUserInsightDailyMfaCompletionsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListUserInsightDailyMfaCompletionsCustomPager) NextPageLink ¶
func (p *ListUserInsightDailyMfaCompletionsCustomPager) NextPageLink() *odata.Link
type ListUserInsightDailyMfaCompletionsOperationOptions ¶
type ListUserInsightDailyMfaCompletionsOperationOptions 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 DefaultListUserInsightDailyMfaCompletionsOperationOptions ¶
func DefaultListUserInsightDailyMfaCompletionsOperationOptions() ListUserInsightDailyMfaCompletionsOperationOptions
func (ListUserInsightDailyMfaCompletionsOperationOptions) ToHeaders ¶
func (o ListUserInsightDailyMfaCompletionsOperationOptions) ToHeaders() *client.Headers
func (ListUserInsightDailyMfaCompletionsOperationOptions) ToOData ¶
func (o ListUserInsightDailyMfaCompletionsOperationOptions) ToOData() *odata.Query
func (ListUserInsightDailyMfaCompletionsOperationOptions) ToQuery ¶
func (o ListUserInsightDailyMfaCompletionsOperationOptions) ToQuery() *client.QueryParams
type MfaCompletionMetricOperationPredicate ¶
type MfaCompletionMetricOperationPredicate struct { }
func (MfaCompletionMetricOperationPredicate) Matches ¶
func (p MfaCompletionMetricOperationPredicate) Matches(input beta.MfaCompletionMetric) bool
type UserInsightDailyMfaCompletionClient ¶
func NewUserInsightDailyMfaCompletionClientWithBaseURI ¶
func NewUserInsightDailyMfaCompletionClientWithBaseURI(sdkApi sdkEnv.Api) (*UserInsightDailyMfaCompletionClient, error)
func (UserInsightDailyMfaCompletionClient) GetUserInsightDailyMfaCompletion ¶
func (c UserInsightDailyMfaCompletionClient) GetUserInsightDailyMfaCompletion(ctx context.Context, id beta.ReportUserInsightDailyMfaCompletionId, options GetUserInsightDailyMfaCompletionOperationOptions) (result GetUserInsightDailyMfaCompletionOperationResponse, err error)
GetUserInsightDailyMfaCompletion - Get mfaCompletions from reports. Insights for MFA usage on apps registered in the tenant for a specified period.
func (UserInsightDailyMfaCompletionClient) GetUserInsightDailyMfaCompletionsCount ¶
func (c UserInsightDailyMfaCompletionClient) GetUserInsightDailyMfaCompletionsCount(ctx context.Context, options GetUserInsightDailyMfaCompletionsCountOperationOptions) (result GetUserInsightDailyMfaCompletionsCountOperationResponse, err error)
GetUserInsightDailyMfaCompletionsCount - Get the number of the resource
func (UserInsightDailyMfaCompletionClient) ListUserInsightDailyMfaCompletions ¶
func (c UserInsightDailyMfaCompletionClient) ListUserInsightDailyMfaCompletions(ctx context.Context, options ListUserInsightDailyMfaCompletionsOperationOptions) (result ListUserInsightDailyMfaCompletionsOperationResponse, err error)
ListUserInsightDailyMfaCompletions - List daily mfaCompletions. Get a list of daily MFA completions on apps registered in your tenant configured for Microsoft Entra External ID for customers.
func (UserInsightDailyMfaCompletionClient) ListUserInsightDailyMfaCompletionsComplete ¶
func (c UserInsightDailyMfaCompletionClient) ListUserInsightDailyMfaCompletionsComplete(ctx context.Context, options ListUserInsightDailyMfaCompletionsOperationOptions) (ListUserInsightDailyMfaCompletionsCompleteResult, error)
ListUserInsightDailyMfaCompletionsComplete retrieves all the results into a single object
func (UserInsightDailyMfaCompletionClient) ListUserInsightDailyMfaCompletionsCompleteMatchingPredicate ¶
func (c UserInsightDailyMfaCompletionClient) ListUserInsightDailyMfaCompletionsCompleteMatchingPredicate(ctx context.Context, options ListUserInsightDailyMfaCompletionsOperationOptions, predicate MfaCompletionMetricOperationPredicate) (result ListUserInsightDailyMfaCompletionsCompleteResult, err error)
ListUserInsightDailyMfaCompletionsCompleteMatchingPredicate retrieves all the results and then applies the predicate
Click to show internal directories.
Click to hide internal directories.