Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type AuthenticationOperationClient struct + Client *msgraph.Client + func NewAuthenticationOperationClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationOperationClient, error) + func (c AuthenticationOperationClient) CreateAuthenticationOperation(ctx context.Context, id stable.UserId, input stable.LongRunningOperation, ...) (result CreateAuthenticationOperationOperationResponse, err error) + func (c AuthenticationOperationClient) DeleteAuthenticationOperation(ctx context.Context, id stable.UserIdAuthenticationOperationId, ...) (result DeleteAuthenticationOperationOperationResponse, err error) + func (c AuthenticationOperationClient) GetAuthenticationOperation(ctx context.Context, id stable.UserIdAuthenticationOperationId, ...) (result GetAuthenticationOperationOperationResponse, err error) + func (c AuthenticationOperationClient) GetAuthenticationOperationsCount(ctx context.Context, id stable.UserId, ...) (result GetAuthenticationOperationsCountOperationResponse, err error) + func (c AuthenticationOperationClient) ListAuthenticationOperations(ctx context.Context, id stable.UserId, ...) (result ListAuthenticationOperationsOperationResponse, err error) + func (c AuthenticationOperationClient) ListAuthenticationOperationsComplete(ctx context.Context, id stable.UserId, ...) (ListAuthenticationOperationsCompleteResult, error) + func (c AuthenticationOperationClient) ListAuthenticationOperationsCompleteMatchingPredicate(ctx context.Context, id stable.UserId, ...) (result ListAuthenticationOperationsCompleteResult, err error) + func (c AuthenticationOperationClient) UpdateAuthenticationOperation(ctx context.Context, id stable.UserIdAuthenticationOperationId, ...) (result UpdateAuthenticationOperationOperationResponse, err error) + type CreateAuthenticationOperationOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateAuthenticationOperationOperationOptions() CreateAuthenticationOperationOperationOptions + func (o CreateAuthenticationOperationOperationOptions) ToHeaders() *client.Headers + func (o CreateAuthenticationOperationOperationOptions) ToOData() *odata.Query + func (o CreateAuthenticationOperationOperationOptions) ToQuery() *client.QueryParams + type CreateAuthenticationOperationOperationResponse struct + HttpResponse *http.Response + Model stable.LongRunningOperation + OData *odata.OData + type DeleteAuthenticationOperationOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteAuthenticationOperationOperationOptions() DeleteAuthenticationOperationOperationOptions + func (o DeleteAuthenticationOperationOperationOptions) ToHeaders() *client.Headers + func (o DeleteAuthenticationOperationOperationOptions) ToOData() *odata.Query + func (o DeleteAuthenticationOperationOperationOptions) ToQuery() *client.QueryParams + type DeleteAuthenticationOperationOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetAuthenticationOperationOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetAuthenticationOperationOperationOptions() GetAuthenticationOperationOperationOptions + func (o GetAuthenticationOperationOperationOptions) ToHeaders() *client.Headers + func (o GetAuthenticationOperationOperationOptions) ToOData() *odata.Query + func (o GetAuthenticationOperationOperationOptions) ToQuery() *client.QueryParams + type GetAuthenticationOperationOperationResponse struct + HttpResponse *http.Response + Model stable.LongRunningOperation + OData *odata.OData + type GetAuthenticationOperationsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetAuthenticationOperationsCountOperationOptions() GetAuthenticationOperationsCountOperationOptions + func (o GetAuthenticationOperationsCountOperationOptions) ToHeaders() *client.Headers + func (o GetAuthenticationOperationsCountOperationOptions) ToOData() *odata.Query + func (o GetAuthenticationOperationsCountOperationOptions) ToQuery() *client.QueryParams + type GetAuthenticationOperationsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListAuthenticationOperationsCompleteResult struct + Items []stable.LongRunningOperation + LatestHttpResponse *http.Response + type ListAuthenticationOperationsCustomPager struct + NextLink *odata.Link + func (p *ListAuthenticationOperationsCustomPager) NextPageLink() *odata.Link + type ListAuthenticationOperationsOperationOptions 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 DefaultListAuthenticationOperationsOperationOptions() ListAuthenticationOperationsOperationOptions + func (o ListAuthenticationOperationsOperationOptions) ToHeaders() *client.Headers + func (o ListAuthenticationOperationsOperationOptions) ToOData() *odata.Query + func (o ListAuthenticationOperationsOperationOptions) ToQuery() *client.QueryParams + type ListAuthenticationOperationsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.LongRunningOperation + OData *odata.OData + type LongRunningOperationOperationPredicate struct + func (p LongRunningOperationOperationPredicate) Matches(input stable.LongRunningOperation) bool + type UpdateAuthenticationOperationOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateAuthenticationOperationOperationOptions() UpdateAuthenticationOperationOperationOptions + func (o UpdateAuthenticationOperationOperationOptions) ToHeaders() *client.Headers + func (o UpdateAuthenticationOperationOperationOptions) ToOData() *odata.Query + func (o UpdateAuthenticationOperationOperationOptions) ToQuery() *client.QueryParams + type UpdateAuthenticationOperationOperationResponse struct + HttpResponse *http.Response + OData *odata.OData