Documentation ¶
Index ¶
- type AuthenticationMethodItemRequestBuilder
- func (m *AuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *AuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(...) (...)
- func (m *AuthenticationMethodItemRequestBuilder) CreateGetRequestInformation() (...)
- func (m *AuthenticationMethodItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *AuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *AuthenticationMethodItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *AuthenticationMethodItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *AuthenticationMethodItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *AuthenticationMethodItemRequestBuilder) Patch(ctx context.Context, ...) error
- func (m *AuthenticationMethodItemRequestBuilder) ResetPassword() ...
- type AuthenticationMethodItemRequestBuilderDeleteRequestConfiguration
- type AuthenticationMethodItemRequestBuilderGetQueryParameters
- type AuthenticationMethodItemRequestBuilderGetRequestConfiguration
- type AuthenticationMethodItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationMethodItemRequestBuilder ¶ added in v0.12.0
type AuthenticationMethodItemRequestBuilder struct {
// contains filtered or unexported fields
}
AuthenticationMethodItemRequestBuilder provides operations to manage the methods property of the microsoft.graph.authentication entity.
func NewAuthenticationMethodItemRequestBuilder ¶ added in v0.12.0
func NewAuthenticationMethodItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationMethodItemRequestBuilder
NewAuthenticationMethodItemRequestBuilder instantiates a new AuthenticationMethodItemRequestBuilder and sets the default values.
func NewAuthenticationMethodItemRequestBuilderInternal ¶ added in v0.12.0
func NewAuthenticationMethodItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationMethodItemRequestBuilder
NewAuthenticationMethodItemRequestBuilderInternal instantiates a new AuthenticationMethodItemRequestBuilder and sets the default values.
func (*AuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *AuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property methods for me
func (*AuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *AuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *AuthenticationMethodItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property methods for me
func (*AuthenticationMethodItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *AuthenticationMethodItemRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation represents all authentication methods registered to a user.
func (*AuthenticationMethodItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *AuthenticationMethodItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *AuthenticationMethodItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration represents all authentication methods registered to a user.
func (*AuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *AuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property methods in me
func (*AuthenticationMethodItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *AuthenticationMethodItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodable, requestConfiguration *AuthenticationMethodItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property methods in me
func (*AuthenticationMethodItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *AuthenticationMethodItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *AuthenticationMethodItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property methods for me
func (*AuthenticationMethodItemRequestBuilder) Get ¶ added in v0.12.0
func (m *AuthenticationMethodItemRequestBuilder) Get(ctx context.Context, requestConfiguration *AuthenticationMethodItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodable, error)
Get represents all authentication methods registered to a user.
func (*AuthenticationMethodItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *AuthenticationMethodItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodable, requestConfiguration *AuthenticationMethodItemRequestBuilderPatchRequestConfiguration) error
Patch update the navigation property methods in me
func (*AuthenticationMethodItemRequestBuilder) ResetPassword ¶ added in v0.29.0
func (m *AuthenticationMethodItemRequestBuilder) ResetPassword() *i7422f0b728832761417494f97cc9b3017468f8e09463e2da9f658cb0cfce97fc.ResetPasswordRequestBuilder
ResetPassword the resetPassword property
type AuthenticationMethodItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type AuthenticationMethodItemRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AuthenticationMethodItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AuthenticationMethodItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type AuthenticationMethodItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
AuthenticationMethodItemRequestBuilderGetQueryParameters represents all authentication methods registered to a user.
type AuthenticationMethodItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type AuthenticationMethodItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *AuthenticationMethodItemRequestBuilderGetQueryParameters }
AuthenticationMethodItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AuthenticationMethodItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type AuthenticationMethodItemRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AuthenticationMethodItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.