Documentation
¶
Index ¶
- type AuthenticationMethodsPolicyRequestBuilder
- func (m *AuthenticationMethodsPolicyRequestBuilder) AuthenticationMethodConfigurations() ...
- func (m *AuthenticationMethodsPolicyRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *AuthenticationMethodsPolicyRequestBuilder) Patch(ctx context.Context, ...) (...)
- func (m *AuthenticationMethodsPolicyRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *AuthenticationMethodsPolicyRequestBuilder) ToPatchRequestInformation(ctx context.Context, ...) (...)
- func (m *AuthenticationMethodsPolicyRequestBuilder) WithUrl(rawUrl string) *AuthenticationMethodsPolicyRequestBuilder
- type AuthenticationMethodsPolicyRequestBuilderGetQueryParameters
- type AuthenticationMethodsPolicyRequestBuilderGetRequestConfiguration
- type AuthenticationMethodsPolicyRequestBuilderPatchRequestConfiguration
- type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder
- func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder) Patch(ctx context.Context, ...) (...)
- func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, ...) (...)
- func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder) WithUrl(rawUrl string) ...
- type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderDeleteRequestConfiguration
- type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderGetQueryParameters
- type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderGetRequestConfiguration
- type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderPatchRequestConfiguration
- type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder
- func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder) ByAuthenticationMethodConfigurationId(authenticationMethodConfigurationId string) ...
- func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder) Count() *AuthenticationmethodconfigurationsCountRequestBuilder
- func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder) Post(ctx context.Context, ...) (...)
- func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder) ToPostRequestInformation(ctx context.Context, ...) (...)
- func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder) WithUrl(rawUrl string) ...
- type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilderGetQueryParameters
- type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilderGetRequestConfiguration
- type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilderPostRequestConfiguration
- type AuthenticationmethodconfigurationsCountRequestBuilder
- func NewAuthenticationmethodconfigurationsCountRequestBuilder(rawUrl string, ...) *AuthenticationmethodconfigurationsCountRequestBuilder
- func NewAuthenticationmethodconfigurationsCountRequestBuilderInternal(pathParameters map[string]string, ...) *AuthenticationmethodconfigurationsCountRequestBuilder
- func (m *AuthenticationmethodconfigurationsCountRequestBuilder) Get(ctx context.Context, ...) (*int32, error)
- func (m *AuthenticationmethodconfigurationsCountRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *AuthenticationmethodconfigurationsCountRequestBuilder) WithUrl(rawUrl string) *AuthenticationmethodconfigurationsCountRequestBuilder
- type AuthenticationmethodconfigurationsCountRequestBuilderGetQueryParameters
- type AuthenticationmethodconfigurationsCountRequestBuilderGetRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationMethodsPolicyRequestBuilder ¶
type AuthenticationMethodsPolicyRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
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() *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder
AuthenticationMethodConfigurations provides operations to manage the authenticationMethodConfigurations property of the microsoft.graph.authenticationMethodsPolicy entity. returns a *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder when successful
func (*AuthenticationMethodsPolicyRequestBuilder) Get ¶
func (m *AuthenticationMethodsPolicyRequestBuilder) Get(ctx context.Context, requestConfiguration *AuthenticationMethodsPolicyRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodsPolicyable, error)
Get get authenticationMethodsPolicy returns a AuthenticationMethodsPolicyable when successful returns a ODataError error when the service returns a 4XX or 5XX status code
func (*AuthenticationMethodsPolicyRequestBuilder) Patch ¶
func (m *AuthenticationMethodsPolicyRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodsPolicyable, requestConfiguration *AuthenticationMethodsPolicyRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodsPolicyable, error)
Patch update authenticationMethodsPolicy returns a AuthenticationMethodsPolicyable when successful returns a ODataError error when the service returns a 4XX or 5XX status code
func (*AuthenticationMethodsPolicyRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *AuthenticationMethodsPolicyRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AuthenticationMethodsPolicyRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get authenticationMethodsPolicy returns a *RequestInformation when successful
func (*AuthenticationMethodsPolicyRequestBuilder) ToPatchRequestInformation ¶ added in v0.51.0
func (m *AuthenticationMethodsPolicyRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodsPolicyable, requestConfiguration *AuthenticationMethodsPolicyRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPatchRequestInformation update authenticationMethodsPolicy returns a *RequestInformation when successful
func (*AuthenticationMethodsPolicyRequestBuilder) WithUrl ¶ added in v1.18.0
func (m *AuthenticationMethodsPolicyRequestBuilder) WithUrl(rawUrl string) *AuthenticationMethodsPolicyRequestBuilder
WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationMethodsPolicyRequestBuilder when successful
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 *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// 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 *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
AuthenticationMethodsPolicyRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder ¶ added in v1.44.0
type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder provides operations to manage the authenticationMethodConfigurations property of the microsoft.graph.authenticationMethodsPolicy entity.
func NewAuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder ¶ added in v1.44.0
func NewAuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder
NewAuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder instantiates a new AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder and sets the default values.
func NewAuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderInternal ¶ added in v1.44.0
func NewAuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder
NewAuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderInternal instantiates a new AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder and sets the default values.
func (*AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder) Delete ¶ added in v1.44.0
func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property authenticationMethodConfigurations for authenticationMethodsPolicy returns a ODataError error when the service returns a 4XX or 5XX status code
func (*AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder) Get ¶ added in v1.44.0
func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder) Get(ctx context.Context, requestConfiguration *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodConfigurationable, error)
Get represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy. returns a AuthenticationMethodConfigurationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code
func (*AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder) Patch ¶ added in v1.44.0
func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodConfigurationable, requestConfiguration *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodConfigurationable, error)
Patch update the navigation property authenticationMethodConfigurations in authenticationMethodsPolicy returns a AuthenticationMethodConfigurationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code
func (*AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder) ToDeleteRequestInformation ¶ added in v1.44.0
func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToDeleteRequestInformation delete navigation property authenticationMethodConfigurations for authenticationMethodsPolicy returns a *RequestInformation when successful
func (*AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder) ToGetRequestInformation ¶ added in v1.44.0
func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy. returns a *RequestInformation when successful
func (*AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder) ToPatchRequestInformation ¶ added in v1.44.0
func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodConfigurationable, requestConfiguration *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPatchRequestInformation update the navigation property authenticationMethodConfigurations in authenticationMethodsPolicy returns a *RequestInformation when successful
func (*AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder) WithUrl ¶ added in v1.44.0
func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder) WithUrl(rawUrl string) *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder
WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder when successful
type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderDeleteRequestConfiguration ¶ added in v1.44.0
type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderDeleteRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderGetQueryParameters ¶ added in v1.44.0
type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderGetQueryParameters represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy.
type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderGetRequestConfiguration ¶ added in v1.44.0
type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderGetQueryParameters
}
AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderPatchRequestConfiguration ¶ added in v1.44.0
type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderPatchRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder ¶ added in v1.44.0
type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder provides operations to manage the authenticationMethodConfigurations property of the microsoft.graph.authenticationMethodsPolicy entity.
func NewAuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder ¶ added in v1.44.0
func NewAuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder
NewAuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder instantiates a new AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder and sets the default values.
func NewAuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilderInternal ¶ added in v1.44.0
func NewAuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder
NewAuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilderInternal instantiates a new AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder and sets the default values.
func (*AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder) ByAuthenticationMethodConfigurationId ¶ added in v1.44.0
func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder) ByAuthenticationMethodConfigurationId(authenticationMethodConfigurationId string) *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder
ByAuthenticationMethodConfigurationId provides operations to manage the authenticationMethodConfigurations property of the microsoft.graph.authenticationMethodsPolicy entity. returns a *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder when successful
func (*AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder) Count ¶ added in v1.44.0
func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder) Count() *AuthenticationmethodconfigurationsCountRequestBuilder
Count provides operations to count the resources in the collection. returns a *AuthenticationmethodconfigurationsCountRequestBuilder when successful
func (*AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder) Get ¶ added in v1.44.0
func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder) Get(ctx context.Context, requestConfiguration *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodConfigurationCollectionResponseable, error)
Get represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy. returns a AuthenticationMethodConfigurationCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code
func (*AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder) Post ¶ added in v1.44.0
func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodConfigurationable, requestConfiguration *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodConfigurationable, error)
Post create new navigation property to authenticationMethodConfigurations for authenticationMethodsPolicy returns a AuthenticationMethodConfigurationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code
func (*AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder) ToGetRequestInformation ¶ added in v1.44.0
func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy. returns a *RequestInformation when successful
func (*AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder) ToPostRequestInformation ¶ added in v1.44.0
func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationMethodConfigurationable, requestConfiguration *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPostRequestInformation create new navigation property to authenticationMethodConfigurations for authenticationMethodsPolicy returns a *RequestInformation when successful
func (*AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder) WithUrl ¶ added in v1.44.0
func (m *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder) WithUrl(rawUrl string) *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder
WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder when successful
type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilderGetQueryParameters ¶ added in v1.44.0
type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilderGetQueryParameters 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"`
}
AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilderGetQueryParameters represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy.
type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilderGetRequestConfiguration ¶ added in v1.44.0
type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilderGetQueryParameters
}
AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilderPostRequestConfiguration ¶ added in v1.44.0
type AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AuthenticationmethodconfigurationsCountRequestBuilder ¶ added in v1.44.0
type AuthenticationmethodconfigurationsCountRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
AuthenticationmethodconfigurationsCountRequestBuilder provides operations to count the resources in the collection.
func NewAuthenticationmethodconfigurationsCountRequestBuilder ¶ added in v1.44.0
func NewAuthenticationmethodconfigurationsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationmethodconfigurationsCountRequestBuilder
NewAuthenticationmethodconfigurationsCountRequestBuilder instantiates a new AuthenticationmethodconfigurationsCountRequestBuilder and sets the default values.
func NewAuthenticationmethodconfigurationsCountRequestBuilderInternal ¶ added in v1.44.0
func NewAuthenticationmethodconfigurationsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationmethodconfigurationsCountRequestBuilder
NewAuthenticationmethodconfigurationsCountRequestBuilderInternal instantiates a new AuthenticationmethodconfigurationsCountRequestBuilder and sets the default values.
func (*AuthenticationmethodconfigurationsCountRequestBuilder) Get ¶ added in v1.44.0
func (m *AuthenticationmethodconfigurationsCountRequestBuilder) Get(ctx context.Context, requestConfiguration *AuthenticationmethodconfigurationsCountRequestBuilderGetRequestConfiguration) (*int32, error)
Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code
func (*AuthenticationmethodconfigurationsCountRequestBuilder) ToGetRequestInformation ¶ added in v1.44.0
func (m *AuthenticationmethodconfigurationsCountRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AuthenticationmethodconfigurationsCountRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful
func (*AuthenticationmethodconfigurationsCountRequestBuilder) WithUrl ¶ added in v1.44.0
func (m *AuthenticationmethodconfigurationsCountRequestBuilder) WithUrl(rawUrl string) *AuthenticationmethodconfigurationsCountRequestBuilder
WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationmethodconfigurationsCountRequestBuilder when successful
type AuthenticationmethodconfigurationsCountRequestBuilderGetQueryParameters ¶ added in v1.44.0
type AuthenticationmethodconfigurationsCountRequestBuilderGetQueryParameters struct {
// Filter items by property values
Filter *string `uriparametername:"%24filter"`
// Search items by search phrases
Search *string `uriparametername:"%24search"`
}
AuthenticationmethodconfigurationsCountRequestBuilderGetQueryParameters get the number of the resource
type AuthenticationmethodconfigurationsCountRequestBuilderGetRequestConfiguration ¶ added in v1.44.0
type AuthenticationmethodconfigurationsCountRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *AuthenticationmethodconfigurationsCountRequestBuilderGetQueryParameters
}
AuthenticationmethodconfigurationsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.