Documentation ¶
Index ¶
- type EmailAuthenticationMethodItemRequestBuilder
- func (m *EmailAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *EmailAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(...) (...)
- func (m *EmailAuthenticationMethodItemRequestBuilder) CreateGetRequestInformation() (...)
- func (m *EmailAuthenticationMethodItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *EmailAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *EmailAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *EmailAuthenticationMethodItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *EmailAuthenticationMethodItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *EmailAuthenticationMethodItemRequestBuilder) Patch(ctx context.Context, ...) error
- type EmailAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration
- type EmailAuthenticationMethodItemRequestBuilderGetQueryParameters
- type EmailAuthenticationMethodItemRequestBuilderGetRequestConfiguration
- type EmailAuthenticationMethodItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailAuthenticationMethodItemRequestBuilder ¶
type EmailAuthenticationMethodItemRequestBuilder struct {
// contains filtered or unexported fields
}
EmailAuthenticationMethodItemRequestBuilder provides operations to manage the emailMethods property of the microsoft.graph.authentication entity.
func NewEmailAuthenticationMethodItemRequestBuilder ¶
func NewEmailAuthenticationMethodItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *EmailAuthenticationMethodItemRequestBuilder
NewEmailAuthenticationMethodItemRequestBuilder instantiates a new EmailAuthenticationMethodItemRequestBuilder and sets the default values.
func NewEmailAuthenticationMethodItemRequestBuilderInternal ¶
func NewEmailAuthenticationMethodItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *EmailAuthenticationMethodItemRequestBuilder
NewEmailAuthenticationMethodItemRequestBuilderInternal instantiates a new EmailAuthenticationMethodItemRequestBuilder and sets the default values.
func (*EmailAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation ¶
func (m *EmailAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property emailMethods for users
func (*EmailAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶
func (m *EmailAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *EmailAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property emailMethods for users
func (*EmailAuthenticationMethodItemRequestBuilder) CreateGetRequestInformation ¶
func (m *EmailAuthenticationMethodItemRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the email address registered to a user for authentication.
func (*EmailAuthenticationMethodItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶
func (m *EmailAuthenticationMethodItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *EmailAuthenticationMethodItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the email address registered to a user for authentication.
func (*EmailAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation ¶
func (m *EmailAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EmailAuthenticationMethodable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property emailMethods in users
func (*EmailAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶
func (m *EmailAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EmailAuthenticationMethodable, requestConfiguration *EmailAuthenticationMethodItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property emailMethods in users
func (*EmailAuthenticationMethodItemRequestBuilder) Delete ¶
func (m *EmailAuthenticationMethodItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *EmailAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property emailMethods for users
func (*EmailAuthenticationMethodItemRequestBuilder) Get ¶
func (m *EmailAuthenticationMethodItemRequestBuilder) Get(ctx context.Context, requestConfiguration *EmailAuthenticationMethodItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EmailAuthenticationMethodable, error)
Get the email address registered to a user for authentication.
func (*EmailAuthenticationMethodItemRequestBuilder) Patch ¶
func (m *EmailAuthenticationMethodItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EmailAuthenticationMethodable, requestConfiguration *EmailAuthenticationMethodItemRequestBuilderPatchRequestConfiguration) error
Patch update the navigation property emailMethods in users
type EmailAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration ¶
type EmailAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
EmailAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type EmailAuthenticationMethodItemRequestBuilderGetQueryParameters ¶
type EmailAuthenticationMethodItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
EmailAuthenticationMethodItemRequestBuilderGetQueryParameters the email address registered to a user for authentication.
type EmailAuthenticationMethodItemRequestBuilderGetRequestConfiguration ¶
type EmailAuthenticationMethodItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *EmailAuthenticationMethodItemRequestBuilderGetQueryParameters }
EmailAuthenticationMethodItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type EmailAuthenticationMethodItemRequestBuilderPatchRequestConfiguration ¶
type EmailAuthenticationMethodItemRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
EmailAuthenticationMethodItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.