Documentation ¶
Index ¶
- type AuthenticationMethodsPolicyRequestBuilder
- func (m *AuthenticationMethodsPolicyRequestBuilder) AuthenticationMethodConfigurations() ...
- func (m *AuthenticationMethodsPolicyRequestBuilder) AuthenticationMethodConfigurationsById(id string) ...
- func (m *AuthenticationMethodsPolicyRequestBuilder) CreateGetRequestInformation() (...)
- func (m *AuthenticationMethodsPolicyRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *AuthenticationMethodsPolicyRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *AuthenticationMethodsPolicyRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *AuthenticationMethodsPolicyRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *AuthenticationMethodsPolicyRequestBuilder) Patch(ctx context.Context, ...) error
- type AuthenticationMethodsPolicyRequestBuilderGetQueryParameters
- type AuthenticationMethodsPolicyRequestBuilderGetRequestConfiguration
- type AuthenticationMethodsPolicyRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationMethodsPolicyRequestBuilder ¶
type AuthenticationMethodsPolicyRequestBuilder struct {
// contains filtered or unexported fields
}
AuthenticationMethodsPolicyRequestBuilder provides operations to manage the authenticationMethodsPolicy singleton.
func NewAuthenticationMethodsPolicyRequestBuilder ¶
func NewAuthenticationMethodsPolicyRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationMethodsPolicyRequestBuilder
NewAuthenticationMethodsPolicyRequestBuilder instantiates a new AuthenticationMethodsPolicyRequestBuilder and sets the default values.
func NewAuthenticationMethodsPolicyRequestBuilderInternal ¶
func NewAuthenticationMethodsPolicyRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationMethodsPolicyRequestBuilder
NewAuthenticationMethodsPolicyRequestBuilderInternal instantiates a new AuthenticationMethodsPolicyRequestBuilder and sets the default values.
func (*AuthenticationMethodsPolicyRequestBuilder) AuthenticationMethodConfigurations ¶
func (m *AuthenticationMethodsPolicyRequestBuilder) AuthenticationMethodConfigurations() *i3e1a5562edfffe5e226bf012be5c2c5a4d9397890b97d1165af87107fe553217.AuthenticationMethodConfigurationsRequestBuilder
AuthenticationMethodConfigurations the authenticationMethodConfigurations property
func (*AuthenticationMethodsPolicyRequestBuilder) AuthenticationMethodConfigurationsById ¶
func (m *AuthenticationMethodsPolicyRequestBuilder) AuthenticationMethodConfigurationsById(id string) *i64f858c8627e84ac3553655f2bc7b8c678e19238c74dba447be61b60e81acf4a.AuthenticationMethodConfigurationItemRequestBuilder
AuthenticationMethodConfigurationsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.authenticationMethodsPolicy.authenticationMethodConfigurations.item collection
func (*AuthenticationMethodsPolicyRequestBuilder) CreateGetRequestInformation ¶
func (m *AuthenticationMethodsPolicyRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get authenticationMethodsPolicy
func (*AuthenticationMethodsPolicyRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *AuthenticationMethodsPolicyRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *AuthenticationMethodsPolicyRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration get authenticationMethodsPolicy
func (*AuthenticationMethodsPolicyRequestBuilder) CreatePatchRequestInformation ¶
func (m *AuthenticationMethodsPolicyRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodsPolicyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update authenticationMethodsPolicy
func (*AuthenticationMethodsPolicyRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *AuthenticationMethodsPolicyRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodsPolicyable, requestConfiguration *AuthenticationMethodsPolicyRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update authenticationMethodsPolicy
func (*AuthenticationMethodsPolicyRequestBuilder) Get ¶
func (m *AuthenticationMethodsPolicyRequestBuilder) Get(ctx context.Context, requestConfiguration *AuthenticationMethodsPolicyRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodsPolicyable, error)
Get get authenticationMethodsPolicy
func (*AuthenticationMethodsPolicyRequestBuilder) Patch ¶
func (m *AuthenticationMethodsPolicyRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodsPolicyable, requestConfiguration *AuthenticationMethodsPolicyRequestBuilderPatchRequestConfiguration) error
Patch update authenticationMethodsPolicy
type AuthenticationMethodsPolicyRequestBuilderGetQueryParameters ¶
type AuthenticationMethodsPolicyRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
AuthenticationMethodsPolicyRequestBuilderGetQueryParameters get authenticationMethodsPolicy
type AuthenticationMethodsPolicyRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type AuthenticationMethodsPolicyRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *AuthenticationMethodsPolicyRequestBuilderGetQueryParameters }
AuthenticationMethodsPolicyRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AuthenticationMethodsPolicyRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type AuthenticationMethodsPolicyRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AuthenticationMethodsPolicyRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.