Documentation
¶
Index ¶
- type PhoneAuthenticationMethodItemRequestBuilder
- func (m *PhoneAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *PhoneAuthenticationMethodItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *PhoneAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- 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(ctx context.Context, requestConfiguration *PhoneAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property phoneMethods for users
func (*PhoneAuthenticationMethodItemRequestBuilder) CreateGetRequestInformation ¶
func (m *PhoneAuthenticationMethodItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *PhoneAuthenticationMethodItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the phone numbers registered to a user for authentication.
func (*PhoneAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation ¶
func (m *PhoneAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PhoneAuthenticationMethodable, requestConfiguration *PhoneAuthenticationMethodItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property phoneMethods in users
func (*PhoneAuthenticationMethodItemRequestBuilder) Delete ¶
func (m *PhoneAuthenticationMethodItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *PhoneAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property phoneMethods for users
func (*PhoneAuthenticationMethodItemRequestBuilder) DisableSmsSignIn ¶
func (m *PhoneAuthenticationMethodItemRequestBuilder) DisableSmsSignIn() *i1d8bc300e93c9e2ac99b1d045d7003cf869e464977e21ff376e02ff2f3a3bb6b.DisableSmsSignInRequestBuilder
DisableSmsSignIn provides operations to call the disableSmsSignIn method.
func (*PhoneAuthenticationMethodItemRequestBuilder) EnableSmsSignIn ¶
func (m *PhoneAuthenticationMethodItemRequestBuilder) EnableSmsSignIn() *i77abfc2b25befaab3bc92656c2b463c4143087500aeaa6a22e75597d8235c6f6.EnableSmsSignInRequestBuilder
EnableSmsSignIn provides operations to call the enableSmsSignIn method.
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 users
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.