Documentation ¶
Index ¶
- type MicrosoftAuthenticatorAuthenticationMethodRequestBuilder
- func NewMicrosoftAuthenticatorAuthenticationMethodRequestBuilder(rawUrl string, ...) *MicrosoftAuthenticatorAuthenticationMethodRequestBuilder
- func NewMicrosoftAuthenticatorAuthenticationMethodRequestBuilderInternal(pathParameters map[string]string, ...) *MicrosoftAuthenticatorAuthenticationMethodRequestBuilder
- func (m *MicrosoftAuthenticatorAuthenticationMethodRequestBuilder) CreateDeleteRequestInformation(options *MicrosoftAuthenticatorAuthenticationMethodRequestBuilderDeleteOptions) (...)
- func (m *MicrosoftAuthenticatorAuthenticationMethodRequestBuilder) CreateGetRequestInformation(options *MicrosoftAuthenticatorAuthenticationMethodRequestBuilderGetOptions) (...)
- func (m *MicrosoftAuthenticatorAuthenticationMethodRequestBuilder) CreatePatchRequestInformation(options *MicrosoftAuthenticatorAuthenticationMethodRequestBuilderPatchOptions) (...)
- func (m *MicrosoftAuthenticatorAuthenticationMethodRequestBuilder) Delete(options *MicrosoftAuthenticatorAuthenticationMethodRequestBuilderDeleteOptions) error
- func (m *MicrosoftAuthenticatorAuthenticationMethodRequestBuilder) Device() ...
- func (m *MicrosoftAuthenticatorAuthenticationMethodRequestBuilder) Get(options *MicrosoftAuthenticatorAuthenticationMethodRequestBuilderGetOptions) (...)
- func (m *MicrosoftAuthenticatorAuthenticationMethodRequestBuilder) Patch(options *MicrosoftAuthenticatorAuthenticationMethodRequestBuilderPatchOptions) error
- type MicrosoftAuthenticatorAuthenticationMethodRequestBuilderDeleteOptions
- type MicrosoftAuthenticatorAuthenticationMethodRequestBuilderGetOptions
- type MicrosoftAuthenticatorAuthenticationMethodRequestBuilderGetQueryParameters
- type MicrosoftAuthenticatorAuthenticationMethodRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MicrosoftAuthenticatorAuthenticationMethodRequestBuilder ¶
type MicrosoftAuthenticatorAuthenticationMethodRequestBuilder struct {
// contains filtered or unexported fields
}
MicrosoftAuthenticatorAuthenticationMethodRequestBuilder builds and executes requests for operations under \users\{user-id}\authentication\microsoftAuthenticatorMethods\{microsoftAuthenticatorAuthenticationMethod-id}
func NewMicrosoftAuthenticatorAuthenticationMethodRequestBuilder ¶
func NewMicrosoftAuthenticatorAuthenticationMethodRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *MicrosoftAuthenticatorAuthenticationMethodRequestBuilder
NewMicrosoftAuthenticatorAuthenticationMethodRequestBuilder instantiates a new MicrosoftAuthenticatorAuthenticationMethodRequestBuilder and sets the default values.
func NewMicrosoftAuthenticatorAuthenticationMethodRequestBuilderInternal ¶
func NewMicrosoftAuthenticatorAuthenticationMethodRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *MicrosoftAuthenticatorAuthenticationMethodRequestBuilder
NewMicrosoftAuthenticatorAuthenticationMethodRequestBuilderInternal instantiates a new MicrosoftAuthenticatorAuthenticationMethodRequestBuilder and sets the default values.
func (*MicrosoftAuthenticatorAuthenticationMethodRequestBuilder) CreateDeleteRequestInformation ¶
func (m *MicrosoftAuthenticatorAuthenticationMethodRequestBuilder) CreateDeleteRequestInformation(options *MicrosoftAuthenticatorAuthenticationMethodRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property microsoftAuthenticatorMethods for users
func (*MicrosoftAuthenticatorAuthenticationMethodRequestBuilder) CreateGetRequestInformation ¶
func (m *MicrosoftAuthenticatorAuthenticationMethodRequestBuilder) CreateGetRequestInformation(options *MicrosoftAuthenticatorAuthenticationMethodRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation get microsoftAuthenticatorMethods from users
func (*MicrosoftAuthenticatorAuthenticationMethodRequestBuilder) CreatePatchRequestInformation ¶
func (m *MicrosoftAuthenticatorAuthenticationMethodRequestBuilder) CreatePatchRequestInformation(options *MicrosoftAuthenticatorAuthenticationMethodRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update the navigation property microsoftAuthenticatorMethods in users
func (*MicrosoftAuthenticatorAuthenticationMethodRequestBuilder) Delete ¶
func (m *MicrosoftAuthenticatorAuthenticationMethodRequestBuilder) Delete(options *MicrosoftAuthenticatorAuthenticationMethodRequestBuilderDeleteOptions) error
Delete delete navigation property microsoftAuthenticatorMethods for users
func (*MicrosoftAuthenticatorAuthenticationMethodRequestBuilder) Get ¶
func (m *MicrosoftAuthenticatorAuthenticationMethodRequestBuilder) Get(options *MicrosoftAuthenticatorAuthenticationMethodRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MicrosoftAuthenticatorAuthenticationMethod, error)
Get get microsoftAuthenticatorMethods from users
func (*MicrosoftAuthenticatorAuthenticationMethodRequestBuilder) Patch ¶
func (m *MicrosoftAuthenticatorAuthenticationMethodRequestBuilder) Patch(options *MicrosoftAuthenticatorAuthenticationMethodRequestBuilderPatchOptions) error
Patch update the navigation property microsoftAuthenticatorMethods in users
type MicrosoftAuthenticatorAuthenticationMethodRequestBuilderDeleteOptions ¶
type MicrosoftAuthenticatorAuthenticationMethodRequestBuilderDeleteOptions 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 }
MicrosoftAuthenticatorAuthenticationMethodRequestBuilderDeleteOptions options for Delete
type MicrosoftAuthenticatorAuthenticationMethodRequestBuilderGetOptions ¶
type MicrosoftAuthenticatorAuthenticationMethodRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *MicrosoftAuthenticatorAuthenticationMethodRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
MicrosoftAuthenticatorAuthenticationMethodRequestBuilderGetOptions options for Get
type MicrosoftAuthenticatorAuthenticationMethodRequestBuilderGetQueryParameters ¶
type MicrosoftAuthenticatorAuthenticationMethodRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
MicrosoftAuthenticatorAuthenticationMethodRequestBuilderGetQueryParameters get microsoftAuthenticatorMethods from users
type MicrosoftAuthenticatorAuthenticationMethodRequestBuilderPatchOptions ¶
type MicrosoftAuthenticatorAuthenticationMethodRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MicrosoftAuthenticatorAuthenticationMethod // 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 }
MicrosoftAuthenticatorAuthenticationMethodRequestBuilderPatchOptions options for Patch