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 AuthenticationPasswordlessMicrosoftAuthenticatorMethodClient struct + Client *msgraph.Client + func NewAuthenticationPasswordlessMicrosoftAuthenticatorMethodClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationPasswordlessMicrosoftAuthenticatorMethodClient, error) + func (c AuthenticationPasswordlessMicrosoftAuthenticatorMethodClient) DeleteAuthenticationPasswordlessMicrosoftAuthenticatorMethod(ctx context.Context, ...) (...) + func (c AuthenticationPasswordlessMicrosoftAuthenticatorMethodClient) GetAuthenticationPasswordlessMicrosoftAuthenticatorMethod(ctx context.Context, ...) (...) + func (c AuthenticationPasswordlessMicrosoftAuthenticatorMethodClient) GetAuthenticationPasswordlessMicrosoftAuthenticatorMethodsCount(ctx context.Context, id beta.UserId, ...) (...) + func (c AuthenticationPasswordlessMicrosoftAuthenticatorMethodClient) ListAuthenticationPasswordlessMicrosoftAuthenticatorMethods(ctx context.Context, id beta.UserId, ...) (...) + func (c AuthenticationPasswordlessMicrosoftAuthenticatorMethodClient) ListAuthenticationPasswordlessMicrosoftAuthenticatorMethodsComplete(ctx context.Context, id beta.UserId, ...) (ListAuthenticationPasswordlessMicrosoftAuthenticatorMethodsCompleteResult, ...) + func (c AuthenticationPasswordlessMicrosoftAuthenticatorMethodClient) ListAuthenticationPasswordlessMicrosoftAuthenticatorMethodsCompleteMatchingPredicate(ctx context.Context, id beta.UserId, ...) (...) + type DeleteAuthenticationPasswordlessMicrosoftAuthenticatorMethodOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteAuthenticationPasswordlessMicrosoftAuthenticatorMethodOperationOptions() DeleteAuthenticationPasswordlessMicrosoftAuthenticatorMethodOperationOptions + func (o DeleteAuthenticationPasswordlessMicrosoftAuthenticatorMethodOperationOptions) ToHeaders() *client.Headers + func (o DeleteAuthenticationPasswordlessMicrosoftAuthenticatorMethodOperationOptions) ToOData() *odata.Query + func (o DeleteAuthenticationPasswordlessMicrosoftAuthenticatorMethodOperationOptions) ToQuery() *client.QueryParams + type DeleteAuthenticationPasswordlessMicrosoftAuthenticatorMethodOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetAuthenticationPasswordlessMicrosoftAuthenticatorMethodOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetAuthenticationPasswordlessMicrosoftAuthenticatorMethodOperationOptions() GetAuthenticationPasswordlessMicrosoftAuthenticatorMethodOperationOptions + func (o GetAuthenticationPasswordlessMicrosoftAuthenticatorMethodOperationOptions) ToHeaders() *client.Headers + func (o GetAuthenticationPasswordlessMicrosoftAuthenticatorMethodOperationOptions) ToOData() *odata.Query + func (o GetAuthenticationPasswordlessMicrosoftAuthenticatorMethodOperationOptions) ToQuery() *client.QueryParams + type GetAuthenticationPasswordlessMicrosoftAuthenticatorMethodOperationResponse struct + HttpResponse *http.Response + Model *beta.PasswordlessMicrosoftAuthenticatorAuthenticationMethod + OData *odata.OData + type GetAuthenticationPasswordlessMicrosoftAuthenticatorMethodsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetAuthenticationPasswordlessMicrosoftAuthenticatorMethodsCountOperationOptions() ... + func (o GetAuthenticationPasswordlessMicrosoftAuthenticatorMethodsCountOperationOptions) ToHeaders() *client.Headers + func (o GetAuthenticationPasswordlessMicrosoftAuthenticatorMethodsCountOperationOptions) ToOData() *odata.Query + func (o GetAuthenticationPasswordlessMicrosoftAuthenticatorMethodsCountOperationOptions) ToQuery() *client.QueryParams + type GetAuthenticationPasswordlessMicrosoftAuthenticatorMethodsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListAuthenticationPasswordlessMicrosoftAuthenticatorMethodsCompleteResult struct + Items []beta.PasswordlessMicrosoftAuthenticatorAuthenticationMethod + LatestHttpResponse *http.Response + type ListAuthenticationPasswordlessMicrosoftAuthenticatorMethodsCustomPager struct + NextLink *odata.Link + func (p *ListAuthenticationPasswordlessMicrosoftAuthenticatorMethodsCustomPager) NextPageLink() *odata.Link + type ListAuthenticationPasswordlessMicrosoftAuthenticatorMethodsOperationOptions 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 DefaultListAuthenticationPasswordlessMicrosoftAuthenticatorMethodsOperationOptions() ListAuthenticationPasswordlessMicrosoftAuthenticatorMethodsOperationOptions + func (o ListAuthenticationPasswordlessMicrosoftAuthenticatorMethodsOperationOptions) ToHeaders() *client.Headers + func (o ListAuthenticationPasswordlessMicrosoftAuthenticatorMethodsOperationOptions) ToOData() *odata.Query + func (o ListAuthenticationPasswordlessMicrosoftAuthenticatorMethodsOperationOptions) ToQuery() *client.QueryParams + type ListAuthenticationPasswordlessMicrosoftAuthenticatorMethodsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.PasswordlessMicrosoftAuthenticatorAuthenticationMethod + OData *odata.OData + type PasswordlessMicrosoftAuthenticatorAuthenticationMethodOperationPredicate struct + func (p PasswordlessMicrosoftAuthenticatorAuthenticationMethodOperationPredicate) Matches(input beta.PasswordlessMicrosoftAuthenticatorAuthenticationMethod) bool