Documentation
¶
Index ¶
- type Fido2AuthenticationMethodRequestBuilder
- func (m *Fido2AuthenticationMethodRequestBuilder) CreateDeleteRequestInformation(options *Fido2AuthenticationMethodRequestBuilderDeleteOptions) (...)
- func (m *Fido2AuthenticationMethodRequestBuilder) CreateGetRequestInformation(options *Fido2AuthenticationMethodRequestBuilderGetOptions) (...)
- func (m *Fido2AuthenticationMethodRequestBuilder) CreatePatchRequestInformation(options *Fido2AuthenticationMethodRequestBuilderPatchOptions) (...)
- func (m *Fido2AuthenticationMethodRequestBuilder) Delete(options *Fido2AuthenticationMethodRequestBuilderDeleteOptions) error
- func (m *Fido2AuthenticationMethodRequestBuilder) Get(options *Fido2AuthenticationMethodRequestBuilderGetOptions) (...)
- func (m *Fido2AuthenticationMethodRequestBuilder) Patch(options *Fido2AuthenticationMethodRequestBuilderPatchOptions) error
- type Fido2AuthenticationMethodRequestBuilderDeleteOptions
- type Fido2AuthenticationMethodRequestBuilderGetOptions
- type Fido2AuthenticationMethodRequestBuilderGetQueryParameters
- type Fido2AuthenticationMethodRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fido2AuthenticationMethodRequestBuilder ¶
type Fido2AuthenticationMethodRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \me\authentication\fido2Methods\{fido2AuthenticationMethod-id}
func NewFido2AuthenticationMethodRequestBuilder ¶
func NewFido2AuthenticationMethodRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *Fido2AuthenticationMethodRequestBuilder
Instantiates a new Fido2AuthenticationMethodRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewFido2AuthenticationMethodRequestBuilderInternal ¶
func NewFido2AuthenticationMethodRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *Fido2AuthenticationMethodRequestBuilder
Instantiates a new Fido2AuthenticationMethodRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*Fido2AuthenticationMethodRequestBuilder) CreateDeleteRequestInformation ¶
func (m *Fido2AuthenticationMethodRequestBuilder) CreateDeleteRequestInformation(options *Fido2AuthenticationMethodRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Delete navigation property fido2Methods for me Parameters:
- options : Options for the request
func (*Fido2AuthenticationMethodRequestBuilder) CreateGetRequestInformation ¶
func (m *Fido2AuthenticationMethodRequestBuilder) CreateGetRequestInformation(options *Fido2AuthenticationMethodRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Get fido2Methods from me Parameters:
- options : Options for the request
func (*Fido2AuthenticationMethodRequestBuilder) CreatePatchRequestInformation ¶
func (m *Fido2AuthenticationMethodRequestBuilder) CreatePatchRequestInformation(options *Fido2AuthenticationMethodRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Update the navigation property fido2Methods in me Parameters:
- options : Options for the request
func (*Fido2AuthenticationMethodRequestBuilder) Delete ¶
func (m *Fido2AuthenticationMethodRequestBuilder) Delete(options *Fido2AuthenticationMethodRequestBuilderDeleteOptions) error
Delete navigation property fido2Methods for me Parameters:
- options : Options for the request
func (*Fido2AuthenticationMethodRequestBuilder) Get ¶
func (m *Fido2AuthenticationMethodRequestBuilder) Get(options *Fido2AuthenticationMethodRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Fido2AuthenticationMethod, error)
Get fido2Methods from me Parameters:
- options : Options for the request
func (*Fido2AuthenticationMethodRequestBuilder) Patch ¶
func (m *Fido2AuthenticationMethodRequestBuilder) Patch(options *Fido2AuthenticationMethodRequestBuilderPatchOptions) error
Update the navigation property fido2Methods in me Parameters:
- options : Options for the request
type Fido2AuthenticationMethodRequestBuilderDeleteOptions ¶
type Fido2AuthenticationMethodRequestBuilderDeleteOptions 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
}
Options for Delete
type Fido2AuthenticationMethodRequestBuilderGetOptions ¶
type Fido2AuthenticationMethodRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *Fido2AuthenticationMethodRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
Options for Get
type Fido2AuthenticationMethodRequestBuilderGetQueryParameters ¶
type Fido2AuthenticationMethodRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select_escaped []string
}
Get fido2Methods from me
type Fido2AuthenticationMethodRequestBuilderPatchOptions ¶
type Fido2AuthenticationMethodRequestBuilderPatchOptions 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
}
Options for Patch