Documentation ¶
Index ¶
- type AuthenticationOperationClient
- func (c AuthenticationOperationClient) CreateAuthenticationOperation(ctx context.Context, id beta.UserId, input beta.LongRunningOperation, ...) (result CreateAuthenticationOperationOperationResponse, err error)
- func (c AuthenticationOperationClient) DeleteAuthenticationOperation(ctx context.Context, id beta.UserIdAuthenticationOperationId, ...) (result DeleteAuthenticationOperationOperationResponse, err error)
- func (c AuthenticationOperationClient) GetAuthenticationOperation(ctx context.Context, id beta.UserIdAuthenticationOperationId, ...) (result GetAuthenticationOperationOperationResponse, err error)
- func (c AuthenticationOperationClient) GetAuthenticationOperationsCount(ctx context.Context, id beta.UserId, ...) (result GetAuthenticationOperationsCountOperationResponse, err error)
- func (c AuthenticationOperationClient) ListAuthenticationOperations(ctx context.Context, id beta.UserId, ...) (result ListAuthenticationOperationsOperationResponse, err error)
- func (c AuthenticationOperationClient) ListAuthenticationOperationsComplete(ctx context.Context, id beta.UserId, ...) (ListAuthenticationOperationsCompleteResult, error)
- func (c AuthenticationOperationClient) ListAuthenticationOperationsCompleteMatchingPredicate(ctx context.Context, id beta.UserId, ...) (result ListAuthenticationOperationsCompleteResult, err error)
- func (c AuthenticationOperationClient) UpdateAuthenticationOperation(ctx context.Context, id beta.UserIdAuthenticationOperationId, ...) (result UpdateAuthenticationOperationOperationResponse, err error)
- type CreateAuthenticationOperationOperationOptions
- type CreateAuthenticationOperationOperationResponse
- type DeleteAuthenticationOperationOperationOptions
- type DeleteAuthenticationOperationOperationResponse
- type GetAuthenticationOperationOperationOptions
- type GetAuthenticationOperationOperationResponse
- type GetAuthenticationOperationsCountOperationOptions
- type GetAuthenticationOperationsCountOperationResponse
- type ListAuthenticationOperationsCompleteResult
- type ListAuthenticationOperationsCustomPager
- type ListAuthenticationOperationsOperationOptions
- type ListAuthenticationOperationsOperationResponse
- type LongRunningOperationOperationPredicate
- type UpdateAuthenticationOperationOperationOptions
- type UpdateAuthenticationOperationOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationOperationClient ¶
func NewAuthenticationOperationClientWithBaseURI ¶
func NewAuthenticationOperationClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationOperationClient, error)
func (AuthenticationOperationClient) CreateAuthenticationOperation ¶
func (c AuthenticationOperationClient) CreateAuthenticationOperation(ctx context.Context, id beta.UserId, input beta.LongRunningOperation, options CreateAuthenticationOperationOperationOptions) (result CreateAuthenticationOperationOperationResponse, err error)
CreateAuthenticationOperation - Create new navigation property to operations for users
func (AuthenticationOperationClient) DeleteAuthenticationOperation ¶
func (c AuthenticationOperationClient) DeleteAuthenticationOperation(ctx context.Context, id beta.UserIdAuthenticationOperationId, options DeleteAuthenticationOperationOperationOptions) (result DeleteAuthenticationOperationOperationResponse, err error)
DeleteAuthenticationOperation - Delete navigation property operations for users
func (AuthenticationOperationClient) GetAuthenticationOperation ¶
func (c AuthenticationOperationClient) GetAuthenticationOperation(ctx context.Context, id beta.UserIdAuthenticationOperationId, options GetAuthenticationOperationOperationOptions) (result GetAuthenticationOperationOperationResponse, err error)
GetAuthenticationOperation - Get longRunningOperation. Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states.
func (AuthenticationOperationClient) GetAuthenticationOperationsCount ¶
func (c AuthenticationOperationClient) GetAuthenticationOperationsCount(ctx context.Context, id beta.UserId, options GetAuthenticationOperationsCountOperationOptions) (result GetAuthenticationOperationsCountOperationResponse, err error)
GetAuthenticationOperationsCount - Get the number of the resource
func (AuthenticationOperationClient) ListAuthenticationOperations ¶
func (c AuthenticationOperationClient) ListAuthenticationOperations(ctx context.Context, id beta.UserId, options ListAuthenticationOperationsOperationOptions) (result ListAuthenticationOperationsOperationResponse, err error)
ListAuthenticationOperations - Get longRunningOperation. Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states.
func (AuthenticationOperationClient) ListAuthenticationOperationsComplete ¶
func (c AuthenticationOperationClient) ListAuthenticationOperationsComplete(ctx context.Context, id beta.UserId, options ListAuthenticationOperationsOperationOptions) (ListAuthenticationOperationsCompleteResult, error)
ListAuthenticationOperationsComplete retrieves all the results into a single object
func (AuthenticationOperationClient) ListAuthenticationOperationsCompleteMatchingPredicate ¶
func (c AuthenticationOperationClient) ListAuthenticationOperationsCompleteMatchingPredicate(ctx context.Context, id beta.UserId, options ListAuthenticationOperationsOperationOptions, predicate LongRunningOperationOperationPredicate) (result ListAuthenticationOperationsCompleteResult, err error)
ListAuthenticationOperationsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (AuthenticationOperationClient) UpdateAuthenticationOperation ¶
func (c AuthenticationOperationClient) UpdateAuthenticationOperation(ctx context.Context, id beta.UserIdAuthenticationOperationId, input beta.LongRunningOperation, options UpdateAuthenticationOperationOperationOptions) (result UpdateAuthenticationOperationOperationResponse, err error)
UpdateAuthenticationOperation - Update the navigation property operations in users
type CreateAuthenticationOperationOperationOptions ¶
type CreateAuthenticationOperationOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateAuthenticationOperationOperationOptions ¶
func DefaultCreateAuthenticationOperationOperationOptions() CreateAuthenticationOperationOperationOptions
func (CreateAuthenticationOperationOperationOptions) ToHeaders ¶
func (o CreateAuthenticationOperationOperationOptions) ToHeaders() *client.Headers
func (CreateAuthenticationOperationOperationOptions) ToOData ¶
func (o CreateAuthenticationOperationOperationOptions) ToOData() *odata.Query
func (CreateAuthenticationOperationOperationOptions) ToQuery ¶
func (o CreateAuthenticationOperationOperationOptions) ToQuery() *client.QueryParams
type DeleteAuthenticationOperationOperationOptions ¶
type DeleteAuthenticationOperationOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteAuthenticationOperationOperationOptions ¶
func DefaultDeleteAuthenticationOperationOperationOptions() DeleteAuthenticationOperationOperationOptions
func (DeleteAuthenticationOperationOperationOptions) ToHeaders ¶
func (o DeleteAuthenticationOperationOperationOptions) ToHeaders() *client.Headers
func (DeleteAuthenticationOperationOperationOptions) ToOData ¶
func (o DeleteAuthenticationOperationOperationOptions) ToOData() *odata.Query
func (DeleteAuthenticationOperationOperationOptions) ToQuery ¶
func (o DeleteAuthenticationOperationOperationOptions) ToQuery() *client.QueryParams
type GetAuthenticationOperationOperationOptions ¶
type GetAuthenticationOperationOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetAuthenticationOperationOperationOptions ¶
func DefaultGetAuthenticationOperationOperationOptions() GetAuthenticationOperationOperationOptions
func (GetAuthenticationOperationOperationOptions) ToHeaders ¶
func (o GetAuthenticationOperationOperationOptions) ToHeaders() *client.Headers
func (GetAuthenticationOperationOperationOptions) ToOData ¶
func (o GetAuthenticationOperationOperationOptions) ToOData() *odata.Query
func (GetAuthenticationOperationOperationOptions) ToQuery ¶
func (o GetAuthenticationOperationOperationOptions) ToQuery() *client.QueryParams
type GetAuthenticationOperationsCountOperationOptions ¶
type GetAuthenticationOperationsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetAuthenticationOperationsCountOperationOptions ¶
func DefaultGetAuthenticationOperationsCountOperationOptions() GetAuthenticationOperationsCountOperationOptions
func (GetAuthenticationOperationsCountOperationOptions) ToHeaders ¶
func (o GetAuthenticationOperationsCountOperationOptions) ToHeaders() *client.Headers
func (GetAuthenticationOperationsCountOperationOptions) ToOData ¶
func (o GetAuthenticationOperationsCountOperationOptions) ToOData() *odata.Query
func (GetAuthenticationOperationsCountOperationOptions) ToQuery ¶
func (o GetAuthenticationOperationsCountOperationOptions) ToQuery() *client.QueryParams
type ListAuthenticationOperationsCompleteResult ¶
type ListAuthenticationOperationsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.LongRunningOperation }
type ListAuthenticationOperationsCustomPager ¶
type ListAuthenticationOperationsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListAuthenticationOperationsCustomPager) NextPageLink ¶
func (p *ListAuthenticationOperationsCustomPager) NextPageLink() *odata.Link
type ListAuthenticationOperationsOperationOptions ¶
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 ¶
func DefaultListAuthenticationOperationsOperationOptions() ListAuthenticationOperationsOperationOptions
func (ListAuthenticationOperationsOperationOptions) ToHeaders ¶
func (o ListAuthenticationOperationsOperationOptions) ToHeaders() *client.Headers
func (ListAuthenticationOperationsOperationOptions) ToOData ¶
func (o ListAuthenticationOperationsOperationOptions) ToOData() *odata.Query
func (ListAuthenticationOperationsOperationOptions) ToQuery ¶
func (o ListAuthenticationOperationsOperationOptions) ToQuery() *client.QueryParams
type LongRunningOperationOperationPredicate ¶
type LongRunningOperationOperationPredicate struct { }
func (LongRunningOperationOperationPredicate) Matches ¶
func (p LongRunningOperationOperationPredicate) Matches(input beta.LongRunningOperation) bool
type UpdateAuthenticationOperationOperationOptions ¶
type UpdateAuthenticationOperationOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateAuthenticationOperationOperationOptions ¶
func DefaultUpdateAuthenticationOperationOperationOptions() UpdateAuthenticationOperationOperationOptions
func (UpdateAuthenticationOperationOperationOptions) ToHeaders ¶
func (o UpdateAuthenticationOperationOperationOptions) ToHeaders() *client.Headers
func (UpdateAuthenticationOperationOperationOptions) ToOData ¶
func (o UpdateAuthenticationOperationOperationOptions) ToOData() *odata.Query
func (UpdateAuthenticationOperationOperationOptions) ToQuery ¶
func (o UpdateAuthenticationOperationOperationOptions) ToQuery() *client.QueryParams