Documentation ¶
Index ¶
- type Fido2AuthenticationMethodItemRequestBuilder
- func (m *Fido2AuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *Fido2AuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(...) (...)
- func (m *Fido2AuthenticationMethodItemRequestBuilder) CreateGetRequestInformation() (...)
- func (m *Fido2AuthenticationMethodItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *Fido2AuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *Fido2AuthenticationMethodItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *Fido2AuthenticationMethodItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *Fido2AuthenticationMethodItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *Fido2AuthenticationMethodItemRequestBuilder) Patch(ctx context.Context, ...) (...)
- type Fido2AuthenticationMethodItemRequestBuilderDeleteRequestConfiguration
- type Fido2AuthenticationMethodItemRequestBuilderGetQueryParameters
- type Fido2AuthenticationMethodItemRequestBuilderGetRequestConfiguration
- type Fido2AuthenticationMethodItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fido2AuthenticationMethodItemRequestBuilder ¶ added in v0.12.0
type Fido2AuthenticationMethodItemRequestBuilder struct {
// contains filtered or unexported fields
}
Fido2AuthenticationMethodItemRequestBuilder provides operations to manage the fido2Methods property of the microsoft.graph.authentication entity.
func NewFido2AuthenticationMethodItemRequestBuilder ¶ added in v0.12.0
func NewFido2AuthenticationMethodItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *Fido2AuthenticationMethodItemRequestBuilder
NewFido2AuthenticationMethodItemRequestBuilder instantiates a new Fido2AuthenticationMethodItemRequestBuilder and sets the default values.
func NewFido2AuthenticationMethodItemRequestBuilderInternal ¶ added in v0.12.0
func NewFido2AuthenticationMethodItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *Fido2AuthenticationMethodItemRequestBuilder
NewFido2AuthenticationMethodItemRequestBuilderInternal instantiates a new Fido2AuthenticationMethodItemRequestBuilder and sets the default values.
func (*Fido2AuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *Fido2AuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property fido2Methods for me
func (*Fido2AuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *Fido2AuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *Fido2AuthenticationMethodItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property fido2Methods for me
func (*Fido2AuthenticationMethodItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *Fido2AuthenticationMethodItemRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation represents the FIDO2 security keys registered to a user for authentication.
func (*Fido2AuthenticationMethodItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *Fido2AuthenticationMethodItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *Fido2AuthenticationMethodItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration represents the FIDO2 security keys registered to a user for authentication.
func (*Fido2AuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *Fido2AuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Fido2AuthenticationMethodable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property fido2Methods in me
func (*Fido2AuthenticationMethodItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *Fido2AuthenticationMethodItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Fido2AuthenticationMethodable, requestConfiguration *Fido2AuthenticationMethodItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property fido2Methods in me
func (*Fido2AuthenticationMethodItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *Fido2AuthenticationMethodItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *Fido2AuthenticationMethodItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property fido2Methods for me
func (*Fido2AuthenticationMethodItemRequestBuilder) Get ¶ added in v0.12.0
func (m *Fido2AuthenticationMethodItemRequestBuilder) Get(ctx context.Context, requestConfiguration *Fido2AuthenticationMethodItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Fido2AuthenticationMethodable, error)
Get represents the FIDO2 security keys registered to a user for authentication.
func (*Fido2AuthenticationMethodItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *Fido2AuthenticationMethodItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Fido2AuthenticationMethodable, requestConfiguration *Fido2AuthenticationMethodItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Fido2AuthenticationMethodable, error)
Patch update the navigation property fido2Methods in me
type Fido2AuthenticationMethodItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type Fido2AuthenticationMethodItemRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
Fido2AuthenticationMethodItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type Fido2AuthenticationMethodItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type Fido2AuthenticationMethodItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
Fido2AuthenticationMethodItemRequestBuilderGetQueryParameters represents the FIDO2 security keys registered to a user for authentication.
type Fido2AuthenticationMethodItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type Fido2AuthenticationMethodItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *Fido2AuthenticationMethodItemRequestBuilderGetQueryParameters }
Fido2AuthenticationMethodItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type Fido2AuthenticationMethodItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type Fido2AuthenticationMethodItemRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
Fido2AuthenticationMethodItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.