Documentation ¶
Index ¶
- type PasswordAuthenticationMethodItemRequestBuilder
- func (m *PasswordAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *PasswordAuthenticationMethodItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *PasswordAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *PasswordAuthenticationMethodItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *PasswordAuthenticationMethodItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *PasswordAuthenticationMethodItemRequestBuilder) Patch(ctx context.Context, ...) (...)
- type PasswordAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration
- type PasswordAuthenticationMethodItemRequestBuilderGetQueryParameters
- type PasswordAuthenticationMethodItemRequestBuilderGetRequestConfiguration
- type PasswordAuthenticationMethodItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PasswordAuthenticationMethodItemRequestBuilder ¶
type PasswordAuthenticationMethodItemRequestBuilder struct {
// contains filtered or unexported fields
}
PasswordAuthenticationMethodItemRequestBuilder provides operations to manage the passwordMethods property of the microsoft.graph.authentication entity.
func NewPasswordAuthenticationMethodItemRequestBuilder ¶
func NewPasswordAuthenticationMethodItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PasswordAuthenticationMethodItemRequestBuilder
NewPasswordAuthenticationMethodItemRequestBuilder instantiates a new PasswordAuthenticationMethodItemRequestBuilder and sets the default values.
func NewPasswordAuthenticationMethodItemRequestBuilderInternal ¶
func NewPasswordAuthenticationMethodItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PasswordAuthenticationMethodItemRequestBuilder
NewPasswordAuthenticationMethodItemRequestBuilderInternal instantiates a new PasswordAuthenticationMethodItemRequestBuilder and sets the default values.
func (*PasswordAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation ¶
func (m *PasswordAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, requestConfiguration *PasswordAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property passwordMethods for users
func (*PasswordAuthenticationMethodItemRequestBuilder) CreateGetRequestInformation ¶
func (m *PasswordAuthenticationMethodItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *PasswordAuthenticationMethodItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation represents the password that's registered to a user for authentication. For security, the password itself will never be returned in the object, but action can be taken to reset a password.
func (*PasswordAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation ¶
func (m *PasswordAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordAuthenticationMethodable, requestConfiguration *PasswordAuthenticationMethodItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property passwordMethods in users
func (*PasswordAuthenticationMethodItemRequestBuilder) Delete ¶
func (m *PasswordAuthenticationMethodItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *PasswordAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property passwordMethods for users
func (*PasswordAuthenticationMethodItemRequestBuilder) Get ¶
func (m *PasswordAuthenticationMethodItemRequestBuilder) Get(ctx context.Context, requestConfiguration *PasswordAuthenticationMethodItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordAuthenticationMethodable, error)
Get represents the password that's registered to a user for authentication. For security, the password itself will never be returned in the object, but action can be taken to reset a password.
func (*PasswordAuthenticationMethodItemRequestBuilder) Patch ¶
func (m *PasswordAuthenticationMethodItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordAuthenticationMethodable, requestConfiguration *PasswordAuthenticationMethodItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordAuthenticationMethodable, error)
Patch update the navigation property passwordMethods in users
type PasswordAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration ¶
type PasswordAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
PasswordAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PasswordAuthenticationMethodItemRequestBuilderGetQueryParameters ¶
type PasswordAuthenticationMethodItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
PasswordAuthenticationMethodItemRequestBuilderGetQueryParameters represents the password that's registered to a user for authentication. For security, the password itself will never be returned in the object, but action can be taken to reset a password.
type PasswordAuthenticationMethodItemRequestBuilderGetRequestConfiguration ¶
type PasswordAuthenticationMethodItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *PasswordAuthenticationMethodItemRequestBuilderGetQueryParameters }
PasswordAuthenticationMethodItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PasswordAuthenticationMethodItemRequestBuilderPatchRequestConfiguration ¶
type PasswordAuthenticationMethodItemRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
PasswordAuthenticationMethodItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.