authenticationmethodspolicy

package
v1.45.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 5, 2024 License: MIT Imports: 4 Imported by: 1

Documentation

Index

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

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

AuthenticationMethodConfigurations provides operations to manage the authenticationMethodConfigurations property of the microsoft.graph.authenticationMethodsPolicy entity. returns a *AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder when successful

func (*AuthenticationMethodsPolicyRequestBuilder) Get

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

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

ToGetRequestInformation get authenticationMethodsPolicy returns a *RequestInformation when successful

func (*AuthenticationMethodsPolicyRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update authenticationMethodsPolicy returns a *RequestInformation when successful

func (*AuthenticationMethodsPolicyRequestBuilder) WithUrl added in v1.18.0

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

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

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

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

ToDeleteRequestInformation delete navigation property authenticationMethodConfigurations for authenticationMethodsPolicy returns a *RequestInformation when successful

func (*AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder) ToGetRequestInformation added in v1.44.0

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

ToPatchRequestInformation update the navigation property authenticationMethodConfigurations in authenticationMethodsPolicy returns a *RequestInformation when successful

func (*AuthenticationmethodconfigurationsAuthenticationMethodConfigurationItemRequestBuilder) WithUrl added in v1.44.0

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

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

Count provides operations to count the resources in the collection. returns a *AuthenticationmethodconfigurationsCountRequestBuilder when successful

func (*AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder) Get added in v1.44.0

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

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

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

ToPostRequestInformation create new navigation property to authenticationMethodConfigurations for authenticationMethodsPolicy returns a *RequestInformation when successful

func (*AuthenticationmethodconfigurationsAuthenticationMethodConfigurationsRequestBuilder) WithUrl added in v1.44.0

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

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

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*AuthenticationmethodconfigurationsCountRequestBuilder) WithUrl added in v1.44.0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL