Documentation ¶
Index ¶
- type AuthenticationsMetricOperationPredicate
- type GetUserInsightMonthlyAuthenticationOperationOptions
- type GetUserInsightMonthlyAuthenticationOperationResponse
- type GetUserInsightMonthlyAuthenticationsCountOperationOptions
- type GetUserInsightMonthlyAuthenticationsCountOperationResponse
- type ListUserInsightMonthlyAuthenticationsCompleteResult
- type ListUserInsightMonthlyAuthenticationsCustomPager
- type ListUserInsightMonthlyAuthenticationsOperationOptions
- type ListUserInsightMonthlyAuthenticationsOperationResponse
- type UserInsightMonthlyAuthenticationClient
- func (c UserInsightMonthlyAuthenticationClient) GetUserInsightMonthlyAuthentication(ctx context.Context, id beta.ReportUserInsightMonthlyAuthenticationId, ...) (result GetUserInsightMonthlyAuthenticationOperationResponse, err error)
- func (c UserInsightMonthlyAuthenticationClient) GetUserInsightMonthlyAuthenticationsCount(ctx context.Context, ...) (result GetUserInsightMonthlyAuthenticationsCountOperationResponse, err error)
- func (c UserInsightMonthlyAuthenticationClient) ListUserInsightMonthlyAuthentications(ctx context.Context, ...) (result ListUserInsightMonthlyAuthenticationsOperationResponse, err error)
- func (c UserInsightMonthlyAuthenticationClient) ListUserInsightMonthlyAuthenticationsComplete(ctx context.Context, ...) (ListUserInsightMonthlyAuthenticationsCompleteResult, error)
- func (c UserInsightMonthlyAuthenticationClient) ListUserInsightMonthlyAuthenticationsCompleteMatchingPredicate(ctx context.Context, ...) (result ListUserInsightMonthlyAuthenticationsCompleteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationsMetricOperationPredicate ¶
type AuthenticationsMetricOperationPredicate struct { }
func (AuthenticationsMetricOperationPredicate) Matches ¶
func (p AuthenticationsMetricOperationPredicate) Matches(input beta.AuthenticationsMetric) bool
type GetUserInsightMonthlyAuthenticationOperationOptions ¶
type GetUserInsightMonthlyAuthenticationOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetUserInsightMonthlyAuthenticationOperationOptions ¶
func DefaultGetUserInsightMonthlyAuthenticationOperationOptions() GetUserInsightMonthlyAuthenticationOperationOptions
func (GetUserInsightMonthlyAuthenticationOperationOptions) ToHeaders ¶
func (o GetUserInsightMonthlyAuthenticationOperationOptions) ToHeaders() *client.Headers
func (GetUserInsightMonthlyAuthenticationOperationOptions) ToOData ¶
func (o GetUserInsightMonthlyAuthenticationOperationOptions) ToOData() *odata.Query
func (GetUserInsightMonthlyAuthenticationOperationOptions) ToQuery ¶
func (o GetUserInsightMonthlyAuthenticationOperationOptions) ToQuery() *client.QueryParams
type GetUserInsightMonthlyAuthenticationsCountOperationOptions ¶
type GetUserInsightMonthlyAuthenticationsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetUserInsightMonthlyAuthenticationsCountOperationOptions ¶
func DefaultGetUserInsightMonthlyAuthenticationsCountOperationOptions() GetUserInsightMonthlyAuthenticationsCountOperationOptions
func (GetUserInsightMonthlyAuthenticationsCountOperationOptions) ToHeaders ¶
func (o GetUserInsightMonthlyAuthenticationsCountOperationOptions) ToHeaders() *client.Headers
func (GetUserInsightMonthlyAuthenticationsCountOperationOptions) ToOData ¶
func (o GetUserInsightMonthlyAuthenticationsCountOperationOptions) ToOData() *odata.Query
func (GetUserInsightMonthlyAuthenticationsCountOperationOptions) ToQuery ¶
func (o GetUserInsightMonthlyAuthenticationsCountOperationOptions) ToQuery() *client.QueryParams
type ListUserInsightMonthlyAuthenticationsCompleteResult ¶
type ListUserInsightMonthlyAuthenticationsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.AuthenticationsMetric }
type ListUserInsightMonthlyAuthenticationsCustomPager ¶
type ListUserInsightMonthlyAuthenticationsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListUserInsightMonthlyAuthenticationsCustomPager) NextPageLink ¶
func (p *ListUserInsightMonthlyAuthenticationsCustomPager) NextPageLink() *odata.Link
type ListUserInsightMonthlyAuthenticationsOperationOptions ¶
type ListUserInsightMonthlyAuthenticationsOperationOptions 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 DefaultListUserInsightMonthlyAuthenticationsOperationOptions ¶
func DefaultListUserInsightMonthlyAuthenticationsOperationOptions() ListUserInsightMonthlyAuthenticationsOperationOptions
func (ListUserInsightMonthlyAuthenticationsOperationOptions) ToHeaders ¶
func (o ListUserInsightMonthlyAuthenticationsOperationOptions) ToHeaders() *client.Headers
func (ListUserInsightMonthlyAuthenticationsOperationOptions) ToOData ¶
func (o ListUserInsightMonthlyAuthenticationsOperationOptions) ToOData() *odata.Query
func (ListUserInsightMonthlyAuthenticationsOperationOptions) ToQuery ¶
func (o ListUserInsightMonthlyAuthenticationsOperationOptions) ToQuery() *client.QueryParams
type UserInsightMonthlyAuthenticationClient ¶
func NewUserInsightMonthlyAuthenticationClientWithBaseURI ¶
func NewUserInsightMonthlyAuthenticationClientWithBaseURI(sdkApi sdkEnv.Api) (*UserInsightMonthlyAuthenticationClient, error)
func (UserInsightMonthlyAuthenticationClient) GetUserInsightMonthlyAuthentication ¶
func (c UserInsightMonthlyAuthenticationClient) GetUserInsightMonthlyAuthentication(ctx context.Context, id beta.ReportUserInsightMonthlyAuthenticationId, options GetUserInsightMonthlyAuthenticationOperationOptions) (result GetUserInsightMonthlyAuthenticationOperationResponse, err error)
GetUserInsightMonthlyAuthentication - Get authentications from reports. Insights for authentications on apps registered in the tenant for a specified period.
func (UserInsightMonthlyAuthenticationClient) GetUserInsightMonthlyAuthenticationsCount ¶
func (c UserInsightMonthlyAuthenticationClient) GetUserInsightMonthlyAuthenticationsCount(ctx context.Context, options GetUserInsightMonthlyAuthenticationsCountOperationOptions) (result GetUserInsightMonthlyAuthenticationsCountOperationResponse, err error)
GetUserInsightMonthlyAuthenticationsCount - Get the number of the resource
func (UserInsightMonthlyAuthenticationClient) ListUserInsightMonthlyAuthentications ¶
func (c UserInsightMonthlyAuthenticationClient) ListUserInsightMonthlyAuthentications(ctx context.Context, options ListUserInsightMonthlyAuthenticationsOperationOptions) (result ListUserInsightMonthlyAuthenticationsOperationResponse, err error)
ListUserInsightMonthlyAuthentications - List monthly authentications. Get a list of monthly authentications on apps registered in your tenant configured for Microsoft Entra External ID for customers.
func (UserInsightMonthlyAuthenticationClient) ListUserInsightMonthlyAuthenticationsComplete ¶
func (c UserInsightMonthlyAuthenticationClient) ListUserInsightMonthlyAuthenticationsComplete(ctx context.Context, options ListUserInsightMonthlyAuthenticationsOperationOptions) (ListUserInsightMonthlyAuthenticationsCompleteResult, error)
ListUserInsightMonthlyAuthenticationsComplete retrieves all the results into a single object
func (UserInsightMonthlyAuthenticationClient) ListUserInsightMonthlyAuthenticationsCompleteMatchingPredicate ¶
func (c UserInsightMonthlyAuthenticationClient) ListUserInsightMonthlyAuthenticationsCompleteMatchingPredicate(ctx context.Context, options ListUserInsightMonthlyAuthenticationsOperationOptions, predicate AuthenticationsMetricOperationPredicate) (result ListUserInsightMonthlyAuthenticationsCompleteResult, err error)
ListUserInsightMonthlyAuthenticationsCompleteMatchingPredicate retrieves all the results and then applies the predicate