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 ¶ added in v0.12.0
type AuthenticationMethodConfigurationItemRequestBuilder struct {
// contains filtered or unexported fields
}
AuthenticationMethodConfigurationItemRequestBuilder provides operations to manage the authenticationMethodConfigurations property of the microsoft.graph.authenticationMethodsPolicy entity.
func NewAuthenticationMethodConfigurationItemRequestBuilder ¶ added in v0.12.0
func NewAuthenticationMethodConfigurationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationMethodConfigurationItemRequestBuilder
NewAuthenticationMethodConfigurationItemRequestBuilder instantiates a new AuthenticationMethodConfigurationItemRequestBuilder and sets the default values.
func NewAuthenticationMethodConfigurationItemRequestBuilderInternal ¶ added in v0.12.0
func NewAuthenticationMethodConfigurationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationMethodConfigurationItemRequestBuilder
NewAuthenticationMethodConfigurationItemRequestBuilderInternal instantiates a new AuthenticationMethodConfigurationItemRequestBuilder and sets the default values.
func (*AuthenticationMethodConfigurationItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *AuthenticationMethodConfigurationItemRequestBuilder) CreateDeleteRequestInformation(options *AuthenticationMethodConfigurationItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property authenticationMethodConfigurations for authenticationMethodsPolicy
func (*AuthenticationMethodConfigurationItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *AuthenticationMethodConfigurationItemRequestBuilder) CreateGetRequestInformation(options *AuthenticationMethodConfigurationItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy.
func (*AuthenticationMethodConfigurationItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *AuthenticationMethodConfigurationItemRequestBuilder) CreatePatchRequestInformation(options *AuthenticationMethodConfigurationItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property authenticationMethodConfigurations in authenticationMethodsPolicy
func (*AuthenticationMethodConfigurationItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *AuthenticationMethodConfigurationItemRequestBuilder) Delete(options *AuthenticationMethodConfigurationItemRequestBuilderDeleteOptions) error
Delete delete navigation property authenticationMethodConfigurations for authenticationMethodsPolicy
func (*AuthenticationMethodConfigurationItemRequestBuilder) Get ¶ added in v0.12.0
func (m *AuthenticationMethodConfigurationItemRequestBuilder) Get(options *AuthenticationMethodConfigurationItemRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodConfigurationable, error)
Get represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy.
func (*AuthenticationMethodConfigurationItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *AuthenticationMethodConfigurationItemRequestBuilder) Patch(options *AuthenticationMethodConfigurationItemRequestBuilderPatchOptions) error
Patch update the navigation property authenticationMethodConfigurations in authenticationMethodsPolicy
type AuthenticationMethodConfigurationItemRequestBuilderDeleteOptions ¶ added in v0.12.0
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 ¶ added in v0.12.0
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 ¶ added in v0.12.0
type AuthenticationMethodConfigurationItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
AuthenticationMethodConfigurationItemRequestBuilderGetQueryParameters represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy.
type AuthenticationMethodConfigurationItemRequestBuilderPatchOptions ¶ added in v0.12.0
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