authenticationmethodconfigurations

package
v1.49.0 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 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 AuthenticationMethodConfigurationItemRequestBuilder added in v0.49.0

type AuthenticationMethodConfigurationItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationMethodConfigurationItemRequestBuilder provides operations to manage the collection of authenticationMethodConfiguration entities.

func NewAuthenticationMethodConfigurationItemRequestBuilder added in v0.49.0

NewAuthenticationMethodConfigurationItemRequestBuilder instantiates a new AuthenticationMethodConfigurationItemRequestBuilder and sets the default values.

func NewAuthenticationMethodConfigurationItemRequestBuilderInternal added in v0.49.0

func NewAuthenticationMethodConfigurationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationMethodConfigurationItemRequestBuilder

NewAuthenticationMethodConfigurationItemRequestBuilderInternal instantiates a new AuthenticationMethodConfigurationItemRequestBuilder and sets the default values.

func (*AuthenticationMethodConfigurationItemRequestBuilder) Delete added in v0.49.0

Delete delete entity from authenticationMethodConfigurations returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationMethodConfigurationItemRequestBuilder) Get added in v0.49.0

Get get entity from authenticationMethodConfigurations by key returns a AuthenticationMethodConfigurationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationMethodConfigurationItemRequestBuilder) Patch added in v0.49.0

Patch update entity in authenticationMethodConfigurations returns a AuthenticationMethodConfigurationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationMethodConfigurationItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete entity from authenticationMethodConfigurations returns a *RequestInformation when successful

func (*AuthenticationMethodConfigurationItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get entity from authenticationMethodConfigurations by key returns a *RequestInformation when successful

func (*AuthenticationMethodConfigurationItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update entity in authenticationMethodConfigurations returns a *RequestInformation when successful

func (*AuthenticationMethodConfigurationItemRequestBuilder) 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 *AuthenticationMethodConfigurationItemRequestBuilder when successful

type AuthenticationMethodConfigurationItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

type AuthenticationMethodConfigurationItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationMethodConfigurationItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationMethodConfigurationItemRequestBuilderGetQueryParameters added in v0.49.0

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 AuthenticationMethodConfigurationItemRequestBuilderGetRequestConfiguration added in v0.49.0

type AuthenticationMethodConfigurationItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationMethodConfigurationItemRequestBuilderGetQueryParameters
}

AuthenticationMethodConfigurationItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationMethodConfigurationItemRequestBuilderPatchRequestConfiguration added in v0.49.0

type AuthenticationMethodConfigurationItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationMethodConfigurationItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationMethodConfigurationsRequestBuilder

type AuthenticationMethodConfigurationsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationMethodConfigurationsRequestBuilder provides operations to manage the collection of authenticationMethodConfiguration entities.

func NewAuthenticationMethodConfigurationsRequestBuilder

NewAuthenticationMethodConfigurationsRequestBuilder instantiates a new AuthenticationMethodConfigurationsRequestBuilder and sets the default values.

func NewAuthenticationMethodConfigurationsRequestBuilderInternal

func NewAuthenticationMethodConfigurationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationMethodConfigurationsRequestBuilder

NewAuthenticationMethodConfigurationsRequestBuilderInternal instantiates a new AuthenticationMethodConfigurationsRequestBuilder and sets the default values.

func (*AuthenticationMethodConfigurationsRequestBuilder) ByAuthenticationMethodConfigurationId added in v0.63.0

func (m *AuthenticationMethodConfigurationsRequestBuilder) ByAuthenticationMethodConfigurationId(authenticationMethodConfigurationId string) *AuthenticationMethodConfigurationItemRequestBuilder

ByAuthenticationMethodConfigurationId provides operations to manage the collection of authenticationMethodConfiguration entities. returns a *AuthenticationMethodConfigurationItemRequestBuilder when successful

func (*AuthenticationMethodConfigurationsRequestBuilder) Count added in v0.13.0

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

func (*AuthenticationMethodConfigurationsRequestBuilder) Get

Get get entities from authenticationMethodConfigurations returns a AuthenticationMethodConfigurationCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationMethodConfigurationsRequestBuilder) Post

Post add new entity to authenticationMethodConfigurations returns a AuthenticationMethodConfigurationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationMethodConfigurationsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get entities from authenticationMethodConfigurations returns a *RequestInformation when successful

func (*AuthenticationMethodConfigurationsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation add new entity to authenticationMethodConfigurations returns a *RequestInformation when successful

func (*AuthenticationMethodConfigurationsRequestBuilder) 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 *AuthenticationMethodConfigurationsRequestBuilder when successful

type AuthenticationMethodConfigurationsRequestBuilderGetQueryParameters

type AuthenticationMethodConfigurationsRequestBuilderGetQueryParameters 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"`
}

AuthenticationMethodConfigurationsRequestBuilderGetQueryParameters get entities from authenticationMethodConfigurations

type AuthenticationMethodConfigurationsRequestBuilderGetRequestConfiguration added in v0.22.0

type AuthenticationMethodConfigurationsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationMethodConfigurationsRequestBuilderGetQueryParameters
}

AuthenticationMethodConfigurationsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationMethodConfigurationsRequestBuilderPostRequestConfiguration added in v0.22.0

type AuthenticationMethodConfigurationsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationMethodConfigurationsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type CountRequestBuilder added in v0.49.0

CountRequestBuilder provides operations to count the resources in the collection.

func NewCountRequestBuilder added in v0.49.0

NewCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewCountRequestBuilderInternal added in v0.49.0

func NewCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CountRequestBuilder

NewCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*CountRequestBuilder) Get added in v0.49.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 (*CountRequestBuilder) ToGetRequestInformation added in v0.51.0

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

func (*CountRequestBuilder) WithUrl added in v1.18.0

func (m *CountRequestBuilder) WithUrl(rawUrl string) *CountRequestBuilder

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *CountRequestBuilder when successful

type CountRequestBuilderGetQueryParameters added in v0.53.0

type CountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

CountRequestBuilderGetQueryParameters get the number of the resource

type CountRequestBuilderGetRequestConfiguration added in v0.49.0

type CountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *CountRequestBuilderGetQueryParameters
}

CountRequestBuilderGetRequestConfiguration 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