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 AuthenticationWindowsHelloForBusinessMethodClient struct + Client *msgraph.Client + func NewAuthenticationWindowsHelloForBusinessMethodClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationWindowsHelloForBusinessMethodClient, error) + func (c AuthenticationWindowsHelloForBusinessMethodClient) DeleteAuthenticationWindowsHelloForBusinessMethod(ctx context.Context, id beta.MeAuthenticationWindowsHelloForBusinessMethodId, ...) (result DeleteAuthenticationWindowsHelloForBusinessMethodOperationResponse, ...) + func (c AuthenticationWindowsHelloForBusinessMethodClient) GetAuthenticationWindowsHelloForBusinessMethod(ctx context.Context, id beta.MeAuthenticationWindowsHelloForBusinessMethodId, ...) (result GetAuthenticationWindowsHelloForBusinessMethodOperationResponse, ...) + func (c AuthenticationWindowsHelloForBusinessMethodClient) GetAuthenticationWindowsHelloForBusinessMethodsCount(ctx context.Context, ...) (result GetAuthenticationWindowsHelloForBusinessMethodsCountOperationResponse, ...) + func (c AuthenticationWindowsHelloForBusinessMethodClient) ListAuthenticationWindowsHelloForBusinessMethods(ctx context.Context, ...) (result ListAuthenticationWindowsHelloForBusinessMethodsOperationResponse, ...) + func (c AuthenticationWindowsHelloForBusinessMethodClient) ListAuthenticationWindowsHelloForBusinessMethodsComplete(ctx context.Context, ...) (ListAuthenticationWindowsHelloForBusinessMethodsCompleteResult, error) + func (c AuthenticationWindowsHelloForBusinessMethodClient) ListAuthenticationWindowsHelloForBusinessMethodsCompleteMatchingPredicate(ctx context.Context, ...) (result ListAuthenticationWindowsHelloForBusinessMethodsCompleteResult, ...) + type DeleteAuthenticationWindowsHelloForBusinessMethodOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteAuthenticationWindowsHelloForBusinessMethodOperationOptions() DeleteAuthenticationWindowsHelloForBusinessMethodOperationOptions + func (o DeleteAuthenticationWindowsHelloForBusinessMethodOperationOptions) ToHeaders() *client.Headers + func (o DeleteAuthenticationWindowsHelloForBusinessMethodOperationOptions) ToOData() *odata.Query + func (o DeleteAuthenticationWindowsHelloForBusinessMethodOperationOptions) ToQuery() *client.QueryParams + type DeleteAuthenticationWindowsHelloForBusinessMethodOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetAuthenticationWindowsHelloForBusinessMethodOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetAuthenticationWindowsHelloForBusinessMethodOperationOptions() GetAuthenticationWindowsHelloForBusinessMethodOperationOptions + func (o GetAuthenticationWindowsHelloForBusinessMethodOperationOptions) ToHeaders() *client.Headers + func (o GetAuthenticationWindowsHelloForBusinessMethodOperationOptions) ToOData() *odata.Query + func (o GetAuthenticationWindowsHelloForBusinessMethodOperationOptions) ToQuery() *client.QueryParams + type GetAuthenticationWindowsHelloForBusinessMethodOperationResponse struct + HttpResponse *http.Response + Model *beta.WindowsHelloForBusinessAuthenticationMethod + OData *odata.OData + type GetAuthenticationWindowsHelloForBusinessMethodsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetAuthenticationWindowsHelloForBusinessMethodsCountOperationOptions() GetAuthenticationWindowsHelloForBusinessMethodsCountOperationOptions + func (o GetAuthenticationWindowsHelloForBusinessMethodsCountOperationOptions) ToHeaders() *client.Headers + func (o GetAuthenticationWindowsHelloForBusinessMethodsCountOperationOptions) ToOData() *odata.Query + func (o GetAuthenticationWindowsHelloForBusinessMethodsCountOperationOptions) ToQuery() *client.QueryParams + type GetAuthenticationWindowsHelloForBusinessMethodsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListAuthenticationWindowsHelloForBusinessMethodsCompleteResult struct + Items []beta.WindowsHelloForBusinessAuthenticationMethod + LatestHttpResponse *http.Response + type ListAuthenticationWindowsHelloForBusinessMethodsCustomPager struct + NextLink *odata.Link + func (p *ListAuthenticationWindowsHelloForBusinessMethodsCustomPager) NextPageLink() *odata.Link + type ListAuthenticationWindowsHelloForBusinessMethodsOperationOptions 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 DefaultListAuthenticationWindowsHelloForBusinessMethodsOperationOptions() ListAuthenticationWindowsHelloForBusinessMethodsOperationOptions + func (o ListAuthenticationWindowsHelloForBusinessMethodsOperationOptions) ToHeaders() *client.Headers + func (o ListAuthenticationWindowsHelloForBusinessMethodsOperationOptions) ToOData() *odata.Query + func (o ListAuthenticationWindowsHelloForBusinessMethodsOperationOptions) ToQuery() *client.QueryParams + type ListAuthenticationWindowsHelloForBusinessMethodsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.WindowsHelloForBusinessAuthenticationMethod + OData *odata.OData + type WindowsHelloForBusinessAuthenticationMethodOperationPredicate struct + func (p WindowsHelloForBusinessAuthenticationMethodOperationPredicate) Matches(input beta.WindowsHelloForBusinessAuthenticationMethod) bool