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 ¶
type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder struct {
// contains filtered or unexported fields
}
WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder provides operations to manage the windowsHelloForBusinessMethods property of the microsoft.graph.authentication entity.
func NewWindowsHelloForBusinessAuthenticationMethodItemRequestBuilder ¶
func NewWindowsHelloForBusinessAuthenticationMethodItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder
NewWindowsHelloForBusinessAuthenticationMethodItemRequestBuilder instantiates a new WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder and sets the default values.
func NewWindowsHelloForBusinessAuthenticationMethodItemRequestBuilderInternal ¶
func NewWindowsHelloForBusinessAuthenticationMethodItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder
NewWindowsHelloForBusinessAuthenticationMethodItemRequestBuilderInternal instantiates a new WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder and sets the default values.
func (*WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation ¶
func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation(options *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property windowsHelloForBusinessMethods for users
func (*WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) CreateGetRequestInformation ¶
func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) CreateGetRequestInformation(options *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation represents the Windows Hello for Business authentication method registered to a user for authentication.
func (*WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation ¶
func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation(options *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property windowsHelloForBusinessMethods in users
func (*WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) Delete ¶
func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) Delete(options *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderDeleteOptions) error
Delete delete navigation property windowsHelloForBusinessMethods for users
func (*WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) Device ¶
func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) Device() *i17a551f6ae04520746ef7db241088a70d320ddb575bde71433bfc5f82f59e839.DeviceRequestBuilder
Device the device property
func (*WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) Get ¶
func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) Get(options *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WindowsHelloForBusinessAuthenticationMethodable, error)
Get represents the Windows Hello for Business authentication method registered to a user for authentication.
func (*WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) Patch ¶
func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) Patch(options *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderPatchOptions) error
Patch update the navigation property windowsHelloForBusinessMethods in users
type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderDeleteOptions ¶
type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderDeleteOptions 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 }
WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderDeleteOptions options for Delete
type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetOptions ¶
type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetOptions options for Get
type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetQueryParameters ¶
type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetQueryParameters represents the Windows Hello for Business authentication method registered to a user for authentication.
type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderPatchOptions ¶
type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WindowsHelloForBusinessAuthenticationMethodable // 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 }
WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderPatchOptions options for Patch