Documentation ¶
Index ¶
- type WindowsHelloForBusinessMethodsRequestBuilder
- func (m *WindowsHelloForBusinessMethodsRequestBuilder) Count() ...
- func (m *WindowsHelloForBusinessMethodsRequestBuilder) CreateGetRequestInformation(options *WindowsHelloForBusinessMethodsRequestBuilderGetOptions) (...)
- func (m *WindowsHelloForBusinessMethodsRequestBuilder) CreatePostRequestInformation(options *WindowsHelloForBusinessMethodsRequestBuilderPostOptions) (...)
- func (m *WindowsHelloForBusinessMethodsRequestBuilder) Get(options *WindowsHelloForBusinessMethodsRequestBuilderGetOptions) (...)
- func (m *WindowsHelloForBusinessMethodsRequestBuilder) Post(options *WindowsHelloForBusinessMethodsRequestBuilderPostOptions) (...)
- type WindowsHelloForBusinessMethodsRequestBuilderGetOptions
- type WindowsHelloForBusinessMethodsRequestBuilderGetQueryParameters
- type WindowsHelloForBusinessMethodsRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WindowsHelloForBusinessMethodsRequestBuilder ¶
type WindowsHelloForBusinessMethodsRequestBuilder struct {
// contains filtered or unexported fields
}
WindowsHelloForBusinessMethodsRequestBuilder provides operations to manage the windowsHelloForBusinessMethods property of the microsoft.graph.authentication entity.
func NewWindowsHelloForBusinessMethodsRequestBuilder ¶
func NewWindowsHelloForBusinessMethodsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *WindowsHelloForBusinessMethodsRequestBuilder
NewWindowsHelloForBusinessMethodsRequestBuilder instantiates a new WindowsHelloForBusinessMethodsRequestBuilder and sets the default values.
func NewWindowsHelloForBusinessMethodsRequestBuilderInternal ¶
func NewWindowsHelloForBusinessMethodsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *WindowsHelloForBusinessMethodsRequestBuilder
NewWindowsHelloForBusinessMethodsRequestBuilderInternal instantiates a new WindowsHelloForBusinessMethodsRequestBuilder and sets the default values.
func (*WindowsHelloForBusinessMethodsRequestBuilder) Count ¶ added in v0.13.0
func (m *WindowsHelloForBusinessMethodsRequestBuilder) Count() *i7264116d263473f9ca599abda61b6fb0e4f8e1aa65d60494eb00df3d428d8e37.CountRequestBuilder
Count the count property
func (*WindowsHelloForBusinessMethodsRequestBuilder) CreateGetRequestInformation ¶
func (m *WindowsHelloForBusinessMethodsRequestBuilder) CreateGetRequestInformation(options *WindowsHelloForBusinessMethodsRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation represents the Windows Hello for Business authentication method registered to a user for authentication.
func (*WindowsHelloForBusinessMethodsRequestBuilder) CreatePostRequestInformation ¶
func (m *WindowsHelloForBusinessMethodsRequestBuilder) CreatePostRequestInformation(options *WindowsHelloForBusinessMethodsRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to windowsHelloForBusinessMethods for me
func (*WindowsHelloForBusinessMethodsRequestBuilder) Get ¶
func (m *WindowsHelloForBusinessMethodsRequestBuilder) Get(options *WindowsHelloForBusinessMethodsRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WindowsHelloForBusinessAuthenticationMethodCollectionResponseable, error)
Get represents the Windows Hello for Business authentication method registered to a user for authentication.
func (*WindowsHelloForBusinessMethodsRequestBuilder) Post ¶
func (m *WindowsHelloForBusinessMethodsRequestBuilder) Post(options *WindowsHelloForBusinessMethodsRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WindowsHelloForBusinessAuthenticationMethodable, error)
Post create new navigation property to windowsHelloForBusinessMethods for me
type WindowsHelloForBusinessMethodsRequestBuilderGetOptions ¶
type WindowsHelloForBusinessMethodsRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *WindowsHelloForBusinessMethodsRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
WindowsHelloForBusinessMethodsRequestBuilderGetOptions options for Get
type WindowsHelloForBusinessMethodsRequestBuilderGetQueryParameters ¶
type WindowsHelloForBusinessMethodsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool // Expand related entities Expand []string // Filter items by property values Filter *string // Order items by property values Orderby []string // Search items by search phrases Search *string // Select properties to be returned Select []string // Skip the first n items Skip *int32 // Show only the first n items Top *int32 }
WindowsHelloForBusinessMethodsRequestBuilderGetQueryParameters represents the Windows Hello for Business authentication method registered to a user for authentication.
type WindowsHelloForBusinessMethodsRequestBuilderPostOptions ¶
type WindowsHelloForBusinessMethodsRequestBuilderPostOptions 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 }
WindowsHelloForBusinessMethodsRequestBuilderPostOptions options for Post