Documentation
¶
Index ¶
- type PhoneAuthenticationMethodItemRequestBuilder
- func (m *PhoneAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *PhoneAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(...) (...)
- func (m *PhoneAuthenticationMethodItemRequestBuilder) CreateGetRequestInformation() (...)
- func (m *PhoneAuthenticationMethodItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *PhoneAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *PhoneAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *PhoneAuthenticationMethodItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *PhoneAuthenticationMethodItemRequestBuilder) DisableSmsSignIn() ...
- func (m *PhoneAuthenticationMethodItemRequestBuilder) EnableSmsSignIn() ...
- func (m *PhoneAuthenticationMethodItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *PhoneAuthenticationMethodItemRequestBuilder) Patch(ctx context.Context, ...) (...)
- type PhoneAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration
- type PhoneAuthenticationMethodItemRequestBuilderGetQueryParameters
- type PhoneAuthenticationMethodItemRequestBuilderGetRequestConfiguration
- type PhoneAuthenticationMethodItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PhoneAuthenticationMethodItemRequestBuilder ¶
type PhoneAuthenticationMethodItemRequestBuilder struct {
// contains filtered or unexported fields
}
PhoneAuthenticationMethodItemRequestBuilder provides operations to manage the phoneMethods property of the microsoft.graph.authentication entity.
func NewPhoneAuthenticationMethodItemRequestBuilder ¶
func NewPhoneAuthenticationMethodItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PhoneAuthenticationMethodItemRequestBuilder
NewPhoneAuthenticationMethodItemRequestBuilder instantiates a new PhoneAuthenticationMethodItemRequestBuilder and sets the default values.
func NewPhoneAuthenticationMethodItemRequestBuilderInternal ¶
func NewPhoneAuthenticationMethodItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PhoneAuthenticationMethodItemRequestBuilder
NewPhoneAuthenticationMethodItemRequestBuilderInternal instantiates a new PhoneAuthenticationMethodItemRequestBuilder and sets the default values.
func (*PhoneAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation ¶
func (m *PhoneAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property phoneMethods for me
func (*PhoneAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶
func (m *PhoneAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *PhoneAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property phoneMethods for me
func (*PhoneAuthenticationMethodItemRequestBuilder) CreateGetRequestInformation ¶
func (m *PhoneAuthenticationMethodItemRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the phone numbers registered to a user for authentication.
func (*PhoneAuthenticationMethodItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶
func (m *PhoneAuthenticationMethodItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *PhoneAuthenticationMethodItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the phone numbers registered to a user for authentication.
func (*PhoneAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation ¶
func (m *PhoneAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PhoneAuthenticationMethodable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property phoneMethods in me
func (*PhoneAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶
func (m *PhoneAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PhoneAuthenticationMethodable, requestConfiguration *PhoneAuthenticationMethodItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property phoneMethods in me
func (*PhoneAuthenticationMethodItemRequestBuilder) Delete ¶
func (m *PhoneAuthenticationMethodItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *PhoneAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property phoneMethods for me
func (*PhoneAuthenticationMethodItemRequestBuilder) DisableSmsSignIn ¶
func (m *PhoneAuthenticationMethodItemRequestBuilder) DisableSmsSignIn() *i43e709e6702df45214ad2c8bddfd8870a5ba8500d8d3f4ad0ae8209ebf711e90.DisableSmsSignInRequestBuilder
DisableSmsSignIn the disableSmsSignIn property
func (*PhoneAuthenticationMethodItemRequestBuilder) EnableSmsSignIn ¶
func (m *PhoneAuthenticationMethodItemRequestBuilder) EnableSmsSignIn() *ibd3343b7d526111dbd5946c1d654aa19207ecef9f757c6fba8b376eb3c01389a.EnableSmsSignInRequestBuilder
EnableSmsSignIn the enableSmsSignIn property
func (*PhoneAuthenticationMethodItemRequestBuilder) Get ¶
func (m *PhoneAuthenticationMethodItemRequestBuilder) Get(ctx context.Context, requestConfiguration *PhoneAuthenticationMethodItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PhoneAuthenticationMethodable, error)
Get the phone numbers registered to a user for authentication.
func (*PhoneAuthenticationMethodItemRequestBuilder) Patch ¶
func (m *PhoneAuthenticationMethodItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PhoneAuthenticationMethodable, requestConfiguration *PhoneAuthenticationMethodItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PhoneAuthenticationMethodable, error)
Patch update the navigation property phoneMethods in me
type PhoneAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration ¶
type PhoneAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
PhoneAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PhoneAuthenticationMethodItemRequestBuilderGetQueryParameters ¶
type PhoneAuthenticationMethodItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
PhoneAuthenticationMethodItemRequestBuilderGetQueryParameters the phone numbers registered to a user for authentication.
type PhoneAuthenticationMethodItemRequestBuilderGetRequestConfiguration ¶
type PhoneAuthenticationMethodItemRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *PhoneAuthenticationMethodItemRequestBuilderGetQueryParameters
}
PhoneAuthenticationMethodItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PhoneAuthenticationMethodItemRequestBuilderPatchRequestConfiguration ¶
type PhoneAuthenticationMethodItemRequestBuilderPatchRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
PhoneAuthenticationMethodItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.