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 AuthenticationSoftwareOathMethodClient struct + Client *msgraph.Client + func NewAuthenticationSoftwareOathMethodClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationSoftwareOathMethodClient, error) + func (c AuthenticationSoftwareOathMethodClient) DeleteAuthenticationSoftwareOathMethod(ctx context.Context, id stable.MeAuthenticationSoftwareOathMethodId, ...) (result DeleteAuthenticationSoftwareOathMethodOperationResponse, err error) + func (c AuthenticationSoftwareOathMethodClient) GetAuthenticationSoftwareOathMethod(ctx context.Context, id stable.MeAuthenticationSoftwareOathMethodId, ...) (result GetAuthenticationSoftwareOathMethodOperationResponse, err error) + func (c AuthenticationSoftwareOathMethodClient) GetAuthenticationSoftwareOathMethodsCount(ctx context.Context, ...) (result GetAuthenticationSoftwareOathMethodsCountOperationResponse, err error) + func (c AuthenticationSoftwareOathMethodClient) ListAuthenticationSoftwareOathMethods(ctx context.Context, ...) (result ListAuthenticationSoftwareOathMethodsOperationResponse, err error) + func (c AuthenticationSoftwareOathMethodClient) ListAuthenticationSoftwareOathMethodsComplete(ctx context.Context, ...) (ListAuthenticationSoftwareOathMethodsCompleteResult, error) + func (c AuthenticationSoftwareOathMethodClient) ListAuthenticationSoftwareOathMethodsCompleteMatchingPredicate(ctx context.Context, ...) (result ListAuthenticationSoftwareOathMethodsCompleteResult, err error) + type DeleteAuthenticationSoftwareOathMethodOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteAuthenticationSoftwareOathMethodOperationOptions() DeleteAuthenticationSoftwareOathMethodOperationOptions + func (o DeleteAuthenticationSoftwareOathMethodOperationOptions) ToHeaders() *client.Headers + func (o DeleteAuthenticationSoftwareOathMethodOperationOptions) ToOData() *odata.Query + func (o DeleteAuthenticationSoftwareOathMethodOperationOptions) ToQuery() *client.QueryParams + type DeleteAuthenticationSoftwareOathMethodOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetAuthenticationSoftwareOathMethodOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetAuthenticationSoftwareOathMethodOperationOptions() GetAuthenticationSoftwareOathMethodOperationOptions + func (o GetAuthenticationSoftwareOathMethodOperationOptions) ToHeaders() *client.Headers + func (o GetAuthenticationSoftwareOathMethodOperationOptions) ToOData() *odata.Query + func (o GetAuthenticationSoftwareOathMethodOperationOptions) ToQuery() *client.QueryParams + type GetAuthenticationSoftwareOathMethodOperationResponse struct + HttpResponse *http.Response + Model *stable.SoftwareOathAuthenticationMethod + OData *odata.OData + type GetAuthenticationSoftwareOathMethodsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetAuthenticationSoftwareOathMethodsCountOperationOptions() GetAuthenticationSoftwareOathMethodsCountOperationOptions + func (o GetAuthenticationSoftwareOathMethodsCountOperationOptions) ToHeaders() *client.Headers + func (o GetAuthenticationSoftwareOathMethodsCountOperationOptions) ToOData() *odata.Query + func (o GetAuthenticationSoftwareOathMethodsCountOperationOptions) ToQuery() *client.QueryParams + type GetAuthenticationSoftwareOathMethodsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListAuthenticationSoftwareOathMethodsCompleteResult struct + Items []stable.SoftwareOathAuthenticationMethod + LatestHttpResponse *http.Response + type ListAuthenticationSoftwareOathMethodsCustomPager struct + NextLink *odata.Link + func (p *ListAuthenticationSoftwareOathMethodsCustomPager) NextPageLink() *odata.Link + type ListAuthenticationSoftwareOathMethodsOperationOptions 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 DefaultListAuthenticationSoftwareOathMethodsOperationOptions() ListAuthenticationSoftwareOathMethodsOperationOptions + func (o ListAuthenticationSoftwareOathMethodsOperationOptions) ToHeaders() *client.Headers + func (o ListAuthenticationSoftwareOathMethodsOperationOptions) ToOData() *odata.Query + func (o ListAuthenticationSoftwareOathMethodsOperationOptions) ToQuery() *client.QueryParams + type ListAuthenticationSoftwareOathMethodsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.SoftwareOathAuthenticationMethod + OData *odata.OData + type SoftwareOathAuthenticationMethodOperationPredicate struct + func (p SoftwareOathAuthenticationMethodOperationPredicate) Matches(input stable.SoftwareOathAuthenticationMethod) bool