authenticationmethodconfigurations

package
v0.48.0 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2022 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 AuthenticationMethodConfigurationsAuthenticationMethodConfigurationItemRequestBuilder added in v0.48.0

type AuthenticationMethodConfigurationsAuthenticationMethodConfigurationItemRequestBuilder struct {
	// contains filtered or unexported fields
}

AuthenticationMethodConfigurationsAuthenticationMethodConfigurationItemRequestBuilder provides operations to manage the collection of authenticationMethodConfiguration entities.

func NewAuthenticationMethodConfigurationsAuthenticationMethodConfigurationItemRequestBuilder added in v0.48.0

func NewAuthenticationMethodConfigurationsAuthenticationMethodConfigurationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationMethodConfigurationsAuthenticationMethodConfigurationItemRequestBuilder

NewAuthenticationMethodConfigurationsAuthenticationMethodConfigurationItemRequestBuilder instantiates a new AuthenticationMethodConfigurationItemRequestBuilder and sets the default values.

func NewAuthenticationMethodConfigurationsAuthenticationMethodConfigurationItemRequestBuilderInternal added in v0.48.0

func NewAuthenticationMethodConfigurationsAuthenticationMethodConfigurationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationMethodConfigurationsAuthenticationMethodConfigurationItemRequestBuilder

NewAuthenticationMethodConfigurationsAuthenticationMethodConfigurationItemRequestBuilderInternal instantiates a new AuthenticationMethodConfigurationItemRequestBuilder and sets the default values.

func (*AuthenticationMethodConfigurationsAuthenticationMethodConfigurationItemRequestBuilder) CreateDeleteRequestInformation added in v0.48.0

CreateDeleteRequestInformation delete entity from authenticationMethodConfigurations

func (*AuthenticationMethodConfigurationsAuthenticationMethodConfigurationItemRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get entity from authenticationMethodConfigurations by key

func (*AuthenticationMethodConfigurationsAuthenticationMethodConfigurationItemRequestBuilder) Delete added in v0.48.0

Delete delete entity from authenticationMethodConfigurations

func (*AuthenticationMethodConfigurationsAuthenticationMethodConfigurationItemRequestBuilder) Get added in v0.48.0

Get get entity from authenticationMethodConfigurations by key

type AuthenticationMethodConfigurationsAuthenticationMethodConfigurationItemRequestBuilderDeleteRequestConfiguration added in v0.48.0

type AuthenticationMethodConfigurationsAuthenticationMethodConfigurationItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

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

type AuthenticationMethodConfigurationsAuthenticationMethodConfigurationItemRequestBuilderGetQueryParameters added in v0.48.0

type AuthenticationMethodConfigurationsAuthenticationMethodConfigurationItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

AuthenticationMethodConfigurationsAuthenticationMethodConfigurationItemRequestBuilderGetQueryParameters get entity from authenticationMethodConfigurations by key

type AuthenticationMethodConfigurationsAuthenticationMethodConfigurationItemRequestBuilderGetRequestConfiguration added in v0.48.0

type AuthenticationMethodConfigurationsAuthenticationMethodConfigurationItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// 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 v0.48.0

type AuthenticationMethodConfigurationsAuthenticationMethodConfigurationItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

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

type AuthenticationMethodConfigurationsCountRequestBuilder added in v0.48.0

type AuthenticationMethodConfigurationsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

AuthenticationMethodConfigurationsCountRequestBuilder provides operations to count the resources in the collection.

func NewAuthenticationMethodConfigurationsCountRequestBuilder added in v0.48.0

func NewAuthenticationMethodConfigurationsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationMethodConfigurationsCountRequestBuilder

NewAuthenticationMethodConfigurationsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewAuthenticationMethodConfigurationsCountRequestBuilderInternal added in v0.48.0

func NewAuthenticationMethodConfigurationsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationMethodConfigurationsCountRequestBuilder

NewAuthenticationMethodConfigurationsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*AuthenticationMethodConfigurationsCountRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*AuthenticationMethodConfigurationsCountRequestBuilder) Get added in v0.48.0

Get get the number of the resource

type AuthenticationMethodConfigurationsCountRequestBuilderGetRequestConfiguration added in v0.48.0

type AuthenticationMethodConfigurationsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

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

type AuthenticationMethodConfigurationsRequestBuilder

type AuthenticationMethodConfigurationsRequestBuilder struct {
	// contains filtered or unexported fields
}

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) Count added in v0.13.0

Count provides operations to count the resources in the collection.

func (*AuthenticationMethodConfigurationsRequestBuilder) CreateGetRequestInformation

CreateGetRequestInformation get entities from authenticationMethodConfigurations

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 map[string]string
	// 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 map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationMethodConfigurationsRequestBuilderPostRequestConfiguration 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