Documentation ¶
Index ¶
- type DeleteUserInsightOperationOptions
- type DeleteUserInsightOperationResponse
- type GetUserInsightOperationOptions
- type GetUserInsightOperationResponse
- type UpdateUserInsightOperationOptions
- type UpdateUserInsightOperationResponse
- type UserInsightClient
- func (c UserInsightClient) DeleteUserInsight(ctx context.Context, options DeleteUserInsightOperationOptions) (result DeleteUserInsightOperationResponse, err error)
- func (c UserInsightClient) GetUserInsight(ctx context.Context, options GetUserInsightOperationOptions) (result GetUserInsightOperationResponse, err error)
- func (c UserInsightClient) UpdateUserInsight(ctx context.Context, input beta.UserInsightsRoot, ...) (result UpdateUserInsightOperationResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteUserInsightOperationOptions ¶
type DeleteUserInsightOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteUserInsightOperationOptions ¶
func DefaultDeleteUserInsightOperationOptions() DeleteUserInsightOperationOptions
func (DeleteUserInsightOperationOptions) ToHeaders ¶
func (o DeleteUserInsightOperationOptions) ToHeaders() *client.Headers
func (DeleteUserInsightOperationOptions) ToOData ¶
func (o DeleteUserInsightOperationOptions) ToOData() *odata.Query
func (DeleteUserInsightOperationOptions) ToQuery ¶
func (o DeleteUserInsightOperationOptions) ToQuery() *client.QueryParams
type GetUserInsightOperationOptions ¶
type GetUserInsightOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetUserInsightOperationOptions ¶
func DefaultGetUserInsightOperationOptions() GetUserInsightOperationOptions
func (GetUserInsightOperationOptions) ToHeaders ¶
func (o GetUserInsightOperationOptions) ToHeaders() *client.Headers
func (GetUserInsightOperationOptions) ToOData ¶
func (o GetUserInsightOperationOptions) ToOData() *odata.Query
func (GetUserInsightOperationOptions) ToQuery ¶
func (o GetUserInsightOperationOptions) ToQuery() *client.QueryParams
type UpdateUserInsightOperationOptions ¶
type UpdateUserInsightOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateUserInsightOperationOptions ¶
func DefaultUpdateUserInsightOperationOptions() UpdateUserInsightOperationOptions
func (UpdateUserInsightOperationOptions) ToHeaders ¶
func (o UpdateUserInsightOperationOptions) ToHeaders() *client.Headers
func (UpdateUserInsightOperationOptions) ToOData ¶
func (o UpdateUserInsightOperationOptions) ToOData() *odata.Query
func (UpdateUserInsightOperationOptions) ToQuery ¶
func (o UpdateUserInsightOperationOptions) ToQuery() *client.QueryParams
type UserInsightClient ¶
func NewUserInsightClientWithBaseURI ¶
func NewUserInsightClientWithBaseURI(sdkApi sdkEnv.Api) (*UserInsightClient, error)
func (UserInsightClient) DeleteUserInsight ¶
func (c UserInsightClient) DeleteUserInsight(ctx context.Context, options DeleteUserInsightOperationOptions) (result DeleteUserInsightOperationResponse, err error)
DeleteUserInsight - Delete navigation property userInsights for reports
func (UserInsightClient) GetUserInsight ¶
func (c UserInsightClient) GetUserInsight(ctx context.Context, options GetUserInsightOperationOptions) (result GetUserInsightOperationResponse, err error)
GetUserInsight - Get userInsights from reports. Represents a collection of user activities on applications in a tenant that is configured for Microsoft Entra External ID for customers.
func (UserInsightClient) UpdateUserInsight ¶
func (c UserInsightClient) UpdateUserInsight(ctx context.Context, input beta.UserInsightsRoot, options UpdateUserInsightOperationOptions) (result UpdateUserInsightOperationResponse, err error)
UpdateUserInsight - Update the navigation property userInsights in reports
Click to show internal directories.
Click to hide internal directories.