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