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 AuthenticationPhoneMethodClient struct + Client *msgraph.Client + func NewAuthenticationPhoneMethodClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationPhoneMethodClient, error) + func (c AuthenticationPhoneMethodClient) CreateAuthenticationPhoneMethod(ctx context.Context, id beta.UserId, input beta.PhoneAuthenticationMethod, ...) (result CreateAuthenticationPhoneMethodOperationResponse, err error) + func (c AuthenticationPhoneMethodClient) DeleteAuthenticationPhoneMethod(ctx context.Context, id beta.UserIdAuthenticationPhoneMethodId, ...) (result DeleteAuthenticationPhoneMethodOperationResponse, err error) + func (c AuthenticationPhoneMethodClient) GetAuthenticationPhoneMethod(ctx context.Context, id beta.UserIdAuthenticationPhoneMethodId, ...) (result GetAuthenticationPhoneMethodOperationResponse, err error) + func (c AuthenticationPhoneMethodClient) GetAuthenticationPhoneMethodsCount(ctx context.Context, id beta.UserId, ...) (result GetAuthenticationPhoneMethodsCountOperationResponse, err error) + func (c AuthenticationPhoneMethodClient) ListAuthenticationPhoneMethods(ctx context.Context, id beta.UserId, ...) (result ListAuthenticationPhoneMethodsOperationResponse, err error) + func (c AuthenticationPhoneMethodClient) ListAuthenticationPhoneMethodsComplete(ctx context.Context, id beta.UserId, ...) (ListAuthenticationPhoneMethodsCompleteResult, error) + func (c AuthenticationPhoneMethodClient) ListAuthenticationPhoneMethodsCompleteMatchingPredicate(ctx context.Context, id beta.UserId, ...) (result ListAuthenticationPhoneMethodsCompleteResult, err error) + func (c AuthenticationPhoneMethodClient) UpdateAuthenticationPhoneMethod(ctx context.Context, id beta.UserIdAuthenticationPhoneMethodId, ...) (result UpdateAuthenticationPhoneMethodOperationResponse, err error) + type CreateAuthenticationPhoneMethodOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateAuthenticationPhoneMethodOperationOptions() CreateAuthenticationPhoneMethodOperationOptions + func (o CreateAuthenticationPhoneMethodOperationOptions) ToHeaders() *client.Headers + func (o CreateAuthenticationPhoneMethodOperationOptions) ToOData() *odata.Query + func (o CreateAuthenticationPhoneMethodOperationOptions) ToQuery() *client.QueryParams + type CreateAuthenticationPhoneMethodOperationResponse struct + HttpResponse *http.Response + Model *beta.PhoneAuthenticationMethod + OData *odata.OData + type DeleteAuthenticationPhoneMethodOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteAuthenticationPhoneMethodOperationOptions() DeleteAuthenticationPhoneMethodOperationOptions + func (o DeleteAuthenticationPhoneMethodOperationOptions) ToHeaders() *client.Headers + func (o DeleteAuthenticationPhoneMethodOperationOptions) ToOData() *odata.Query + func (o DeleteAuthenticationPhoneMethodOperationOptions) ToQuery() *client.QueryParams + type DeleteAuthenticationPhoneMethodOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetAuthenticationPhoneMethodOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetAuthenticationPhoneMethodOperationOptions() GetAuthenticationPhoneMethodOperationOptions + func (o GetAuthenticationPhoneMethodOperationOptions) ToHeaders() *client.Headers + func (o GetAuthenticationPhoneMethodOperationOptions) ToOData() *odata.Query + func (o GetAuthenticationPhoneMethodOperationOptions) ToQuery() *client.QueryParams + type GetAuthenticationPhoneMethodOperationResponse struct + HttpResponse *http.Response + Model *beta.PhoneAuthenticationMethod + OData *odata.OData + type GetAuthenticationPhoneMethodsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetAuthenticationPhoneMethodsCountOperationOptions() GetAuthenticationPhoneMethodsCountOperationOptions + func (o GetAuthenticationPhoneMethodsCountOperationOptions) ToHeaders() *client.Headers + func (o GetAuthenticationPhoneMethodsCountOperationOptions) ToOData() *odata.Query + func (o GetAuthenticationPhoneMethodsCountOperationOptions) ToQuery() *client.QueryParams + type GetAuthenticationPhoneMethodsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListAuthenticationPhoneMethodsCompleteResult struct + Items []beta.PhoneAuthenticationMethod + LatestHttpResponse *http.Response + type ListAuthenticationPhoneMethodsCustomPager struct + NextLink *odata.Link + func (p *ListAuthenticationPhoneMethodsCustomPager) NextPageLink() *odata.Link + type ListAuthenticationPhoneMethodsOperationOptions 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 DefaultListAuthenticationPhoneMethodsOperationOptions() ListAuthenticationPhoneMethodsOperationOptions + func (o ListAuthenticationPhoneMethodsOperationOptions) ToHeaders() *client.Headers + func (o ListAuthenticationPhoneMethodsOperationOptions) ToOData() *odata.Query + func (o ListAuthenticationPhoneMethodsOperationOptions) ToQuery() *client.QueryParams + type ListAuthenticationPhoneMethodsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.PhoneAuthenticationMethod + OData *odata.OData + type PhoneAuthenticationMethodOperationPredicate struct + func (p PhoneAuthenticationMethodOperationPredicate) Matches(input beta.PhoneAuthenticationMethod) bool + type UpdateAuthenticationPhoneMethodOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateAuthenticationPhoneMethodOperationOptions() UpdateAuthenticationPhoneMethodOperationOptions + func (o UpdateAuthenticationPhoneMethodOperationOptions) ToHeaders() *client.Headers + func (o UpdateAuthenticationPhoneMethodOperationOptions) ToOData() *odata.Query + func (o UpdateAuthenticationPhoneMethodOperationOptions) ToQuery() *client.QueryParams + type UpdateAuthenticationPhoneMethodOperationResponse struct + HttpResponse *http.Response + OData *odata.OData