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 builds and executes requests for operations under \me\authentication\fido2Methods\{fido2AuthenticationMethod-id}
func NewFido2AuthenticationMethodItemRequestBuilder ¶ added in v0.12.0
func NewFido2AuthenticationMethodItemRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property fido2Methods for me
func (*Fido2AuthenticationMethodItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *Fido2AuthenticationMethodItemRequestBuilder) CreateGetRequestInformation(options *Fido2AuthenticationMethodItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation get fido2Methods from me
func (*Fido2AuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *Fido2AuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation(options *Fido2AuthenticationMethodItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Fido2AuthenticationMethod, error)
Get get fido2Methods from me
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
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
Fido2AuthenticationMethodItemRequestBuilderDeleteOptions options for Delete
type Fido2AuthenticationMethodItemRequestBuilderGetOptions ¶ added in v0.12.0
type Fido2AuthenticationMethodItemRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *Fido2AuthenticationMethodItemRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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 get fido2Methods from me
type Fido2AuthenticationMethodItemRequestBuilderPatchOptions ¶ added in v0.12.0
type Fido2AuthenticationMethodItemRequestBuilderPatchOptions struct {
//
Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Fido2AuthenticationMethod
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
Fido2AuthenticationMethodItemRequestBuilderPatchOptions options for Patch