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 AuthenticationMicrosoftAuthenticatorMethodClient struct + Client *msgraph.Client + func NewAuthenticationMicrosoftAuthenticatorMethodClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationMicrosoftAuthenticatorMethodClient, error) + func (c AuthenticationMicrosoftAuthenticatorMethodClient) DeleteAuthenticationMicrosoftAuthenticatorMethod(ctx context.Context, id stable.MeAuthenticationMicrosoftAuthenticatorMethodId, ...) (result DeleteAuthenticationMicrosoftAuthenticatorMethodOperationResponse, ...) + func (c AuthenticationMicrosoftAuthenticatorMethodClient) GetAuthenticationMicrosoftAuthenticatorMethod(ctx context.Context, id stable.MeAuthenticationMicrosoftAuthenticatorMethodId, ...) (result GetAuthenticationMicrosoftAuthenticatorMethodOperationResponse, ...) + func (c AuthenticationMicrosoftAuthenticatorMethodClient) GetAuthenticationMicrosoftAuthenticatorMethodsCount(ctx context.Context, ...) (result GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationResponse, ...) + func (c AuthenticationMicrosoftAuthenticatorMethodClient) ListAuthenticationMicrosoftAuthenticatorMethods(ctx context.Context, ...) (result ListAuthenticationMicrosoftAuthenticatorMethodsOperationResponse, ...) + func (c AuthenticationMicrosoftAuthenticatorMethodClient) ListAuthenticationMicrosoftAuthenticatorMethodsComplete(ctx context.Context, ...) (ListAuthenticationMicrosoftAuthenticatorMethodsCompleteResult, error) + func (c AuthenticationMicrosoftAuthenticatorMethodClient) ListAuthenticationMicrosoftAuthenticatorMethodsCompleteMatchingPredicate(ctx context.Context, ...) (result ListAuthenticationMicrosoftAuthenticatorMethodsCompleteResult, ...) + type DeleteAuthenticationMicrosoftAuthenticatorMethodOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteAuthenticationMicrosoftAuthenticatorMethodOperationOptions() DeleteAuthenticationMicrosoftAuthenticatorMethodOperationOptions + func (o DeleteAuthenticationMicrosoftAuthenticatorMethodOperationOptions) ToHeaders() *client.Headers + func (o DeleteAuthenticationMicrosoftAuthenticatorMethodOperationOptions) ToOData() *odata.Query + func (o DeleteAuthenticationMicrosoftAuthenticatorMethodOperationOptions) ToQuery() *client.QueryParams + type DeleteAuthenticationMicrosoftAuthenticatorMethodOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetAuthenticationMicrosoftAuthenticatorMethodOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetAuthenticationMicrosoftAuthenticatorMethodOperationOptions() GetAuthenticationMicrosoftAuthenticatorMethodOperationOptions + func (o GetAuthenticationMicrosoftAuthenticatorMethodOperationOptions) ToHeaders() *client.Headers + func (o GetAuthenticationMicrosoftAuthenticatorMethodOperationOptions) ToOData() *odata.Query + func (o GetAuthenticationMicrosoftAuthenticatorMethodOperationOptions) ToQuery() *client.QueryParams + type GetAuthenticationMicrosoftAuthenticatorMethodOperationResponse struct + HttpResponse *http.Response + Model *stable.MicrosoftAuthenticatorAuthenticationMethod + OData *odata.OData + type GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetAuthenticationMicrosoftAuthenticatorMethodsCountOperationOptions() GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationOptions + func (o GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationOptions) ToHeaders() *client.Headers + func (o GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationOptions) ToOData() *odata.Query + func (o GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationOptions) ToQuery() *client.QueryParams + type GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListAuthenticationMicrosoftAuthenticatorMethodsCompleteResult struct + Items []stable.MicrosoftAuthenticatorAuthenticationMethod + LatestHttpResponse *http.Response + type ListAuthenticationMicrosoftAuthenticatorMethodsCustomPager struct + NextLink *odata.Link + func (p *ListAuthenticationMicrosoftAuthenticatorMethodsCustomPager) NextPageLink() *odata.Link + type ListAuthenticationMicrosoftAuthenticatorMethodsOperationOptions 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 DefaultListAuthenticationMicrosoftAuthenticatorMethodsOperationOptions() ListAuthenticationMicrosoftAuthenticatorMethodsOperationOptions + func (o ListAuthenticationMicrosoftAuthenticatorMethodsOperationOptions) ToHeaders() *client.Headers + func (o ListAuthenticationMicrosoftAuthenticatorMethodsOperationOptions) ToOData() *odata.Query + func (o ListAuthenticationMicrosoftAuthenticatorMethodsOperationOptions) ToQuery() *client.QueryParams + type ListAuthenticationMicrosoftAuthenticatorMethodsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.MicrosoftAuthenticatorAuthenticationMethod + OData *odata.OData + type MicrosoftAuthenticatorAuthenticationMethodOperationPredicate struct + func (p MicrosoftAuthenticatorAuthenticationMethodOperationPredicate) Matches(input stable.MicrosoftAuthenticatorAuthenticationMethod) bool