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 AuthenticationClient struct + Client *msgraph.Client + func NewAuthenticationClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationClient, error) + func (c AuthenticationClient) DeleteAuthentication(ctx context.Context, options DeleteAuthenticationOperationOptions) (result DeleteAuthenticationOperationResponse, err error) + func (c AuthenticationClient) GetAuthentication(ctx context.Context, options GetAuthenticationOperationOptions) (result GetAuthenticationOperationResponse, err error) + func (c AuthenticationClient) UpdateAuthentication(ctx context.Context, input stable.Authentication, ...) (result UpdateAuthenticationOperationResponse, err error) + type DeleteAuthenticationOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteAuthenticationOperationOptions() DeleteAuthenticationOperationOptions + func (o DeleteAuthenticationOperationOptions) ToHeaders() *client.Headers + func (o DeleteAuthenticationOperationOptions) ToOData() *odata.Query + func (o DeleteAuthenticationOperationOptions) ToQuery() *client.QueryParams + type DeleteAuthenticationOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetAuthenticationOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetAuthenticationOperationOptions() GetAuthenticationOperationOptions + func (o GetAuthenticationOperationOptions) ToHeaders() *client.Headers + func (o GetAuthenticationOperationOptions) ToOData() *odata.Query + func (o GetAuthenticationOperationOptions) ToQuery() *client.QueryParams + type GetAuthenticationOperationResponse struct + HttpResponse *http.Response + Model *stable.Authentication + OData *odata.OData + type UpdateAuthenticationOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateAuthenticationOperationOptions() UpdateAuthenticationOperationOptions + func (o UpdateAuthenticationOperationOptions) ToHeaders() *client.Headers + func (o UpdateAuthenticationOperationOptions) ToOData() *odata.Query + func (o UpdateAuthenticationOperationOptions) ToQuery() *client.QueryParams + type UpdateAuthenticationOperationResponse struct + HttpResponse *http.Response + OData *odata.OData