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() (...)
- func (m *PasswordMethodsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *PasswordMethodsRequestBuilderGetRequestConfiguration, ...) (...)
- func (m *PasswordMethodsRequestBuilder) Post(...) (...)
- func (m *PasswordMethodsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(...) (...)
- 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 details of the password authentication method registered to a user for authentication.
func (*PasswordMethodsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶
func (m *PasswordMethodsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *PasswordMethodsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration represents the details of the password authentication method registered to a user for authentication.
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() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordAuthenticationMethodCollectionResponseable, error)
Get represents the details of the password authentication method registered to a user for authentication.
func (*PasswordMethodsRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶
func (m *PasswordMethodsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *PasswordMethodsRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordAuthenticationMethodCollectionResponseable, error)
GetWithRequestConfigurationAndResponseHandler represents the details of the password authentication method registered to a user for authentication.
func (*PasswordMethodsRequestBuilder) Post ¶
func (m *PasswordMethodsRequestBuilder) Post(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordAuthenticationMethodable) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordAuthenticationMethodable, error)
Post create new navigation property to passwordMethods for users
func (*PasswordMethodsRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶
func (m *PasswordMethodsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordAuthenticationMethodable, requestConfiguration *PasswordMethodsRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordAuthenticationMethodable, error)
PostWithRequestConfigurationAndResponseHandler 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 details of the password authentication method registered to a user for authentication.
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.