Documentation ¶
Index ¶
- type AuthenticationMethodConfigurationItemRequestBuilder
- func (m *AuthenticationMethodConfigurationItemRequestBuilder) CreateDeleteRequestInformation(options *AuthenticationMethodConfigurationItemRequestBuilderDeleteOptions) (...)
- func (m *AuthenticationMethodConfigurationItemRequestBuilder) CreateGetRequestInformation(options *AuthenticationMethodConfigurationItemRequestBuilderGetOptions) (...)
- func (m *AuthenticationMethodConfigurationItemRequestBuilder) CreatePatchRequestInformation(options *AuthenticationMethodConfigurationItemRequestBuilderPatchOptions) (...)
- func (m *AuthenticationMethodConfigurationItemRequestBuilder) Delete(options *AuthenticationMethodConfigurationItemRequestBuilderDeleteOptions) error
- func (m *AuthenticationMethodConfigurationItemRequestBuilder) Get(options *AuthenticationMethodConfigurationItemRequestBuilderGetOptions) (...)
- func (m *AuthenticationMethodConfigurationItemRequestBuilder) Patch(options *AuthenticationMethodConfigurationItemRequestBuilderPatchOptions) error
- type AuthenticationMethodConfigurationItemRequestBuilderDeleteOptions
- type AuthenticationMethodConfigurationItemRequestBuilderGetOptions
- type AuthenticationMethodConfigurationItemRequestBuilderGetQueryParameters
- type AuthenticationMethodConfigurationItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationMethodConfigurationItemRequestBuilder ¶
type AuthenticationMethodConfigurationItemRequestBuilder struct {
// contains filtered or unexported fields
}
AuthenticationMethodConfigurationItemRequestBuilder provides operations to manage the collection of authenticationMethodConfiguration entities.
func NewAuthenticationMethodConfigurationItemRequestBuilder ¶
func NewAuthenticationMethodConfigurationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationMethodConfigurationItemRequestBuilder
NewAuthenticationMethodConfigurationItemRequestBuilder instantiates a new AuthenticationMethodConfigurationItemRequestBuilder and sets the default values.
func NewAuthenticationMethodConfigurationItemRequestBuilderInternal ¶
func NewAuthenticationMethodConfigurationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationMethodConfigurationItemRequestBuilder
NewAuthenticationMethodConfigurationItemRequestBuilderInternal instantiates a new AuthenticationMethodConfigurationItemRequestBuilder and sets the default values.
func (*AuthenticationMethodConfigurationItemRequestBuilder) CreateDeleteRequestInformation ¶
func (m *AuthenticationMethodConfigurationItemRequestBuilder) CreateDeleteRequestInformation(options *AuthenticationMethodConfigurationItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete entity from authenticationMethodConfigurations
func (*AuthenticationMethodConfigurationItemRequestBuilder) CreateGetRequestInformation ¶
func (m *AuthenticationMethodConfigurationItemRequestBuilder) CreateGetRequestInformation(options *AuthenticationMethodConfigurationItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get entity from authenticationMethodConfigurations by key
func (*AuthenticationMethodConfigurationItemRequestBuilder) CreatePatchRequestInformation ¶
func (m *AuthenticationMethodConfigurationItemRequestBuilder) CreatePatchRequestInformation(options *AuthenticationMethodConfigurationItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update entity in authenticationMethodConfigurations
func (*AuthenticationMethodConfigurationItemRequestBuilder) Delete ¶
func (m *AuthenticationMethodConfigurationItemRequestBuilder) Delete(options *AuthenticationMethodConfigurationItemRequestBuilderDeleteOptions) error
Delete delete entity from authenticationMethodConfigurations
func (*AuthenticationMethodConfigurationItemRequestBuilder) Get ¶
func (m *AuthenticationMethodConfigurationItemRequestBuilder) Get(options *AuthenticationMethodConfigurationItemRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodConfigurationable, error)
Get get entity from authenticationMethodConfigurations by key
func (*AuthenticationMethodConfigurationItemRequestBuilder) Patch ¶
func (m *AuthenticationMethodConfigurationItemRequestBuilder) Patch(options *AuthenticationMethodConfigurationItemRequestBuilderPatchOptions) error
Patch update entity in authenticationMethodConfigurations
type AuthenticationMethodConfigurationItemRequestBuilderDeleteOptions ¶
type AuthenticationMethodConfigurationItemRequestBuilderDeleteOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
AuthenticationMethodConfigurationItemRequestBuilderDeleteOptions options for Delete
type AuthenticationMethodConfigurationItemRequestBuilderGetOptions ¶
type AuthenticationMethodConfigurationItemRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *AuthenticationMethodConfigurationItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
AuthenticationMethodConfigurationItemRequestBuilderGetOptions options for Get
type AuthenticationMethodConfigurationItemRequestBuilderGetQueryParameters ¶
type AuthenticationMethodConfigurationItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
AuthenticationMethodConfigurationItemRequestBuilderGetQueryParameters get entity from authenticationMethodConfigurations by key
type AuthenticationMethodConfigurationItemRequestBuilderPatchOptions ¶
type AuthenticationMethodConfigurationItemRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodConfigurationable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
AuthenticationMethodConfigurationItemRequestBuilderPatchOptions options for Patch