Documentation
¶
Index ¶
- type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder
- func NewWindowsHelloForBusinessAuthenticationMethodItemRequestBuilder(rawUrl string, ...) *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder
- func NewWindowsHelloForBusinessAuthenticationMethodItemRequestBuilderInternal(pathParameters map[string]string, ...) *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder
- func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation(...) (...)
- func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) CreateGetRequestInformation(...) (...)
- func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) Delete(...) error
- func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) Device() ...
- func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) Get(...) (...)
- func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) Patch(...) error
- type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderDeleteOptions
- type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetOptions
- type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetQueryParameters
- type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder ¶ added in v0.12.0
type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder struct {
// contains filtered or unexported fields
}
WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder provides operations to manage the windowsHelloForBusinessMethods property of the microsoft.graph.authentication entity.
func NewWindowsHelloForBusinessAuthenticationMethodItemRequestBuilder ¶ added in v0.12.0
func NewWindowsHelloForBusinessAuthenticationMethodItemRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder
NewWindowsHelloForBusinessAuthenticationMethodItemRequestBuilder instantiates a new WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder and sets the default values.
func NewWindowsHelloForBusinessAuthenticationMethodItemRequestBuilderInternal ¶ added in v0.12.0
func NewWindowsHelloForBusinessAuthenticationMethodItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder
NewWindowsHelloForBusinessAuthenticationMethodItemRequestBuilderInternal instantiates a new WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder and sets the default values.
func (*WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation(options *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property windowsHelloForBusinessMethods for me
func (*WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) CreateGetRequestInformation(options *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation get windowsHelloForBusinessMethods from me
func (*WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation(options *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update the navigation property windowsHelloForBusinessMethods in me
func (*WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) Delete(options *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderDeleteOptions) error
Delete delete navigation property windowsHelloForBusinessMethods for me
func (*WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) Get ¶ added in v0.12.0
func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) Get(options *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WindowsHelloForBusinessAuthenticationMethodable, error)
Get get windowsHelloForBusinessMethods from me
func (*WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) Patch(options *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderPatchOptions) error
Patch update the navigation property windowsHelloForBusinessMethods in me
type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderDeleteOptions 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
}
WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderDeleteOptions options for Delete
type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetOptions ¶ added in v0.12.0
type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetOptions options for Get
type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select []string
}
WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetQueryParameters get windowsHelloForBusinessMethods from me
type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderPatchOptions ¶ added in v0.12.0
type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderPatchOptions struct {
//
Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WindowsHelloForBusinessAuthenticationMethodable
// 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
}
WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderPatchOptions options for Patch