Documentation
¶
Index ¶
- type AuthenticationMethodItemRequestBuilder
- func (m *AuthenticationMethodItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *AuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *AuthenticationMethodItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *AuthenticationMethodItemRequestBuilder) Patch(ctx context.Context, ...) (...)
- func (m *AuthenticationMethodItemRequestBuilder) ResetPassword() ...
- 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) CreateGetRequestInformation ¶ added in v0.12.0
func (m *AuthenticationMethodItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *AuthenticationMethodItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation represents all authentication methods registered to a user.
func (*AuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *AuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodable, requestConfiguration *AuthenticationMethodItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property methods in 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) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodable, 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 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.