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 AuthenticationMethodClient struct + Client *msgraph.Client + func NewAuthenticationMethodClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationMethodClient, error) + func (c AuthenticationMethodClient) DeleteAuthenticationMethod(ctx context.Context, options DeleteAuthenticationMethodOperationOptions) (result DeleteAuthenticationMethodOperationResponse, err error) + func (c AuthenticationMethodClient) GetAuthenticationMethod(ctx context.Context, options GetAuthenticationMethodOperationOptions) (result GetAuthenticationMethodOperationResponse, err error) + func (c AuthenticationMethodClient) UpdateAuthenticationMethod(ctx context.Context, input stable.AuthenticationMethodsRoot, ...) (result UpdateAuthenticationMethodOperationResponse, err error) + type DeleteAuthenticationMethodOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteAuthenticationMethodOperationOptions() DeleteAuthenticationMethodOperationOptions + func (o DeleteAuthenticationMethodOperationOptions) ToHeaders() *client.Headers + func (o DeleteAuthenticationMethodOperationOptions) ToOData() *odata.Query + func (o DeleteAuthenticationMethodOperationOptions) ToQuery() *client.QueryParams + type DeleteAuthenticationMethodOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetAuthenticationMethodOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetAuthenticationMethodOperationOptions() GetAuthenticationMethodOperationOptions + func (o GetAuthenticationMethodOperationOptions) ToHeaders() *client.Headers + func (o GetAuthenticationMethodOperationOptions) ToOData() *odata.Query + func (o GetAuthenticationMethodOperationOptions) ToQuery() *client.QueryParams + type GetAuthenticationMethodOperationResponse struct + HttpResponse *http.Response + Model *stable.AuthenticationMethodsRoot + OData *odata.OData + type UpdateAuthenticationMethodOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateAuthenticationMethodOperationOptions() UpdateAuthenticationMethodOperationOptions + func (o UpdateAuthenticationMethodOperationOptions) ToHeaders() *client.Headers + func (o UpdateAuthenticationMethodOperationOptions) ToOData() *odata.Query + func (o UpdateAuthenticationMethodOperationOptions) ToQuery() *client.QueryParams + type UpdateAuthenticationMethodOperationResponse struct + HttpResponse *http.Response + OData *odata.OData