Documentation
¶
Index ¶
- type Fido2AuthenticationMethodItemRequestBuilder
- func (m *Fido2AuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation(options *Fido2AuthenticationMethodItemRequestBuilderDeleteOptions) (...)
- func (m *Fido2AuthenticationMethodItemRequestBuilder) CreateGetRequestInformation(options *Fido2AuthenticationMethodItemRequestBuilderGetOptions) (...)
- func (m *Fido2AuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation(options *Fido2AuthenticationMethodItemRequestBuilderPatchOptions) (...)
- func (m *Fido2AuthenticationMethodItemRequestBuilder) Delete(options *Fido2AuthenticationMethodItemRequestBuilderDeleteOptions) error
- func (m *Fido2AuthenticationMethodItemRequestBuilder) Get(options *Fido2AuthenticationMethodItemRequestBuilderGetOptions) (...)
- func (m *Fido2AuthenticationMethodItemRequestBuilder) Patch(options *Fido2AuthenticationMethodItemRequestBuilderPatchOptions) error
- type Fido2AuthenticationMethodItemRequestBuilderDeleteOptions
- type Fido2AuthenticationMethodItemRequestBuilderGetOptions
- type Fido2AuthenticationMethodItemRequestBuilderGetQueryParameters
- type Fido2AuthenticationMethodItemRequestBuilderPatchOptions
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(options *Fido2AuthenticationMethodItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property fido2Methods for me
func (*Fido2AuthenticationMethodItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *Fido2AuthenticationMethodItemRequestBuilder) CreateGetRequestInformation(options *Fido2AuthenticationMethodItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation represents the FIDO2 security keys registered to a user for authentication.
func (*Fido2AuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *Fido2AuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation(options *Fido2AuthenticationMethodItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property fido2Methods in me
func (*Fido2AuthenticationMethodItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *Fido2AuthenticationMethodItemRequestBuilder) Delete(options *Fido2AuthenticationMethodItemRequestBuilderDeleteOptions) error
Delete delete navigation property fido2Methods for me
func (*Fido2AuthenticationMethodItemRequestBuilder) Get ¶ added in v0.12.0
func (m *Fido2AuthenticationMethodItemRequestBuilder) Get(options *Fido2AuthenticationMethodItemRequestBuilderGetOptions) (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(options *Fido2AuthenticationMethodItemRequestBuilderPatchOptions) error
Patch update the navigation property fido2Methods in me
type Fido2AuthenticationMethodItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type Fido2AuthenticationMethodItemRequestBuilderDeleteOptions struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
Fido2AuthenticationMethodItemRequestBuilderDeleteOptions options for Delete
type Fido2AuthenticationMethodItemRequestBuilderGetOptions ¶ added in v0.12.0
type Fido2AuthenticationMethodItemRequestBuilderGetOptions struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *Fido2AuthenticationMethodItemRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
Fido2AuthenticationMethodItemRequestBuilderGetOptions options for Get
type Fido2AuthenticationMethodItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type Fido2AuthenticationMethodItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select []string
}
Fido2AuthenticationMethodItemRequestBuilderGetQueryParameters represents the FIDO2 security keys registered to a user for authentication.
type Fido2AuthenticationMethodItemRequestBuilderPatchOptions ¶ added in v0.12.0
type Fido2AuthenticationMethodItemRequestBuilderPatchOptions struct {
//
Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Fido2AuthenticationMethodable
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
Fido2AuthenticationMethodItemRequestBuilderPatchOptions options for Patch