Documentation ¶
Index ¶
- type PasswordMethodsRequestBuilder
- func (m *PasswordMethodsRequestBuilder) Count() ...
- func (m *PasswordMethodsRequestBuilder) CreateGetRequestInformation() (...)
- func (m *PasswordMethodsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *PasswordMethodsRequestBuilderGetRequestConfiguration) (...)
- func (m *PasswordMethodsRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *PasswordMethodsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *PasswordMethodsRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *PasswordMethodsRequestBuilder) Post(ctx context.Context, ...) (...)
- type PasswordMethodsRequestBuilderGetQueryParameters
- type PasswordMethodsRequestBuilderGetRequestConfiguration
- type PasswordMethodsRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PasswordMethodsRequestBuilder ¶
type PasswordMethodsRequestBuilder struct {
// contains filtered or unexported fields
}
PasswordMethodsRequestBuilder provides operations to manage the passwordMethods property of the microsoft.graph.authentication entity.
func NewPasswordMethodsRequestBuilder ¶
func NewPasswordMethodsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PasswordMethodsRequestBuilder
NewPasswordMethodsRequestBuilder instantiates a new PasswordMethodsRequestBuilder and sets the default values.
func NewPasswordMethodsRequestBuilderInternal ¶
func NewPasswordMethodsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PasswordMethodsRequestBuilder
NewPasswordMethodsRequestBuilderInternal instantiates a new PasswordMethodsRequestBuilder and sets the default values.
func (*PasswordMethodsRequestBuilder) Count ¶
func (m *PasswordMethodsRequestBuilder) Count() *ief6183dab66e43e021a35c100ffc4208ce99c1f030a2d4f99b3b690aa2b8756e.CountRequestBuilder
Count the Count property
func (*PasswordMethodsRequestBuilder) CreateGetRequestInformation ¶
func (m *PasswordMethodsRequestBuilder) CreateGetRequestInformation() (*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 (*PasswordMethodsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶
func (m *PasswordMethodsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *PasswordMethodsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration 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 (*PasswordMethodsRequestBuilder) CreatePostRequestInformation ¶
func (m *PasswordMethodsRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordAuthenticationMethodable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to passwordMethods for users
func (*PasswordMethodsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶
func (m *PasswordMethodsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordAuthenticationMethodable, requestConfiguration *PasswordMethodsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to passwordMethods for users
func (*PasswordMethodsRequestBuilder) Get ¶
func (m *PasswordMethodsRequestBuilder) Get(ctx context.Context, requestConfiguration *PasswordMethodsRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordAuthenticationMethodCollectionResponseable, 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 (*PasswordMethodsRequestBuilder) Post ¶
func (m *PasswordMethodsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordAuthenticationMethodable, requestConfiguration *PasswordMethodsRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordAuthenticationMethodable, error)
Post create new navigation property to passwordMethods for users
type PasswordMethodsRequestBuilderGetQueryParameters ¶
type PasswordMethodsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` // Expand related entities Expand []string `uriparametername:"%24expand"` // Filter items by property values Filter *string `uriparametername:"%24filter"` // Order items by property values Orderby []string `uriparametername:"%24orderby"` // Search items by search phrases Search *string `uriparametername:"%24search"` // Select properties to be returned Select []string `uriparametername:"%24select"` // Skip the first n items Skip *int32 `uriparametername:"%24skip"` // Show only the first n items Top *int32 `uriparametername:"%24top"` }
PasswordMethodsRequestBuilderGetQueryParameters 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 PasswordMethodsRequestBuilderGetRequestConfiguration ¶
type PasswordMethodsRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *PasswordMethodsRequestBuilderGetQueryParameters }
PasswordMethodsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PasswordMethodsRequestBuilderPostRequestConfiguration ¶
type PasswordMethodsRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
PasswordMethodsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.