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 AuthenticationPlatformCredentialMethodClient struct + Client *msgraph.Client + func NewAuthenticationPlatformCredentialMethodClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationPlatformCredentialMethodClient, error) + func (c AuthenticationPlatformCredentialMethodClient) DeleteAuthenticationPlatformCredentialMethod(ctx context.Context, id beta.UserIdAuthenticationPlatformCredentialMethodId, ...) (result DeleteAuthenticationPlatformCredentialMethodOperationResponse, ...) + func (c AuthenticationPlatformCredentialMethodClient) GetAuthenticationPlatformCredentialMethod(ctx context.Context, id beta.UserIdAuthenticationPlatformCredentialMethodId, ...) (result GetAuthenticationPlatformCredentialMethodOperationResponse, err error) + func (c AuthenticationPlatformCredentialMethodClient) GetAuthenticationPlatformCredentialMethodsCount(ctx context.Context, id beta.UserId, ...) (result GetAuthenticationPlatformCredentialMethodsCountOperationResponse, ...) + func (c AuthenticationPlatformCredentialMethodClient) ListAuthenticationPlatformCredentialMethods(ctx context.Context, id beta.UserId, ...) (result ListAuthenticationPlatformCredentialMethodsOperationResponse, err error) + func (c AuthenticationPlatformCredentialMethodClient) ListAuthenticationPlatformCredentialMethodsComplete(ctx context.Context, id beta.UserId, ...) (ListAuthenticationPlatformCredentialMethodsCompleteResult, error) + func (c AuthenticationPlatformCredentialMethodClient) ListAuthenticationPlatformCredentialMethodsCompleteMatchingPredicate(ctx context.Context, id beta.UserId, ...) (result ListAuthenticationPlatformCredentialMethodsCompleteResult, err error) + type DeleteAuthenticationPlatformCredentialMethodOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteAuthenticationPlatformCredentialMethodOperationOptions() DeleteAuthenticationPlatformCredentialMethodOperationOptions + func (o DeleteAuthenticationPlatformCredentialMethodOperationOptions) ToHeaders() *client.Headers + func (o DeleteAuthenticationPlatformCredentialMethodOperationOptions) ToOData() *odata.Query + func (o DeleteAuthenticationPlatformCredentialMethodOperationOptions) ToQuery() *client.QueryParams + type DeleteAuthenticationPlatformCredentialMethodOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetAuthenticationPlatformCredentialMethodOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetAuthenticationPlatformCredentialMethodOperationOptions() GetAuthenticationPlatformCredentialMethodOperationOptions + func (o GetAuthenticationPlatformCredentialMethodOperationOptions) ToHeaders() *client.Headers + func (o GetAuthenticationPlatformCredentialMethodOperationOptions) ToOData() *odata.Query + func (o GetAuthenticationPlatformCredentialMethodOperationOptions) ToQuery() *client.QueryParams + type GetAuthenticationPlatformCredentialMethodOperationResponse struct + HttpResponse *http.Response + Model *beta.PlatformCredentialAuthenticationMethod + OData *odata.OData + type GetAuthenticationPlatformCredentialMethodsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetAuthenticationPlatformCredentialMethodsCountOperationOptions() GetAuthenticationPlatformCredentialMethodsCountOperationOptions + func (o GetAuthenticationPlatformCredentialMethodsCountOperationOptions) ToHeaders() *client.Headers + func (o GetAuthenticationPlatformCredentialMethodsCountOperationOptions) ToOData() *odata.Query + func (o GetAuthenticationPlatformCredentialMethodsCountOperationOptions) ToQuery() *client.QueryParams + type GetAuthenticationPlatformCredentialMethodsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListAuthenticationPlatformCredentialMethodsCompleteResult struct + Items []beta.PlatformCredentialAuthenticationMethod + LatestHttpResponse *http.Response + type ListAuthenticationPlatformCredentialMethodsCustomPager struct + NextLink *odata.Link + func (p *ListAuthenticationPlatformCredentialMethodsCustomPager) NextPageLink() *odata.Link + type ListAuthenticationPlatformCredentialMethodsOperationOptions 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 DefaultListAuthenticationPlatformCredentialMethodsOperationOptions() ListAuthenticationPlatformCredentialMethodsOperationOptions + func (o ListAuthenticationPlatformCredentialMethodsOperationOptions) ToHeaders() *client.Headers + func (o ListAuthenticationPlatformCredentialMethodsOperationOptions) ToOData() *odata.Query + func (o ListAuthenticationPlatformCredentialMethodsOperationOptions) ToQuery() *client.QueryParams + type ListAuthenticationPlatformCredentialMethodsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.PlatformCredentialAuthenticationMethod + OData *odata.OData + type PlatformCredentialAuthenticationMethodOperationPredicate struct + func (p PlatformCredentialAuthenticationMethodOperationPredicate) Matches(input beta.PlatformCredentialAuthenticationMethod) bool