Documentation
¶
Index ¶
- type SoftwareOathAuthenticationMethodItemRequestBuilder
- func (m *SoftwareOathAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *SoftwareOathAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(...) (...)
- func (m *SoftwareOathAuthenticationMethodItemRequestBuilder) CreateGetRequestInformation() (...)
- func (m *SoftwareOathAuthenticationMethodItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *SoftwareOathAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *SoftwareOathAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *SoftwareOathAuthenticationMethodItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *SoftwareOathAuthenticationMethodItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *SoftwareOathAuthenticationMethodItemRequestBuilder) Patch(ctx context.Context, ...) error
- type SoftwareOathAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration
- type SoftwareOathAuthenticationMethodItemRequestBuilderGetQueryParameters
- type SoftwareOathAuthenticationMethodItemRequestBuilderGetRequestConfiguration
- type SoftwareOathAuthenticationMethodItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SoftwareOathAuthenticationMethodItemRequestBuilder ¶
type SoftwareOathAuthenticationMethodItemRequestBuilder struct {
// contains filtered or unexported fields
}
SoftwareOathAuthenticationMethodItemRequestBuilder provides operations to manage the softwareOathMethods property of the microsoft.graph.authentication entity.
func NewSoftwareOathAuthenticationMethodItemRequestBuilder ¶
func NewSoftwareOathAuthenticationMethodItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SoftwareOathAuthenticationMethodItemRequestBuilder
NewSoftwareOathAuthenticationMethodItemRequestBuilder instantiates a new SoftwareOathAuthenticationMethodItemRequestBuilder and sets the default values.
func NewSoftwareOathAuthenticationMethodItemRequestBuilderInternal ¶
func NewSoftwareOathAuthenticationMethodItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SoftwareOathAuthenticationMethodItemRequestBuilder
NewSoftwareOathAuthenticationMethodItemRequestBuilderInternal instantiates a new SoftwareOathAuthenticationMethodItemRequestBuilder and sets the default values.
func (*SoftwareOathAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation ¶
func (m *SoftwareOathAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property softwareOathMethods for me
func (*SoftwareOathAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶
func (m *SoftwareOathAuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *SoftwareOathAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property softwareOathMethods for me
func (*SoftwareOathAuthenticationMethodItemRequestBuilder) CreateGetRequestInformation ¶
func (m *SoftwareOathAuthenticationMethodItemRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the software OATH TOTP applications registered to a user for authentication.
func (*SoftwareOathAuthenticationMethodItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶
func (m *SoftwareOathAuthenticationMethodItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *SoftwareOathAuthenticationMethodItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the software OATH TOTP applications registered to a user for authentication.
func (*SoftwareOathAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation ¶
func (m *SoftwareOathAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SoftwareOathAuthenticationMethodable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property softwareOathMethods in me
func (*SoftwareOathAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶
func (m *SoftwareOathAuthenticationMethodItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SoftwareOathAuthenticationMethodable, requestConfiguration *SoftwareOathAuthenticationMethodItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property softwareOathMethods in me
func (*SoftwareOathAuthenticationMethodItemRequestBuilder) Delete ¶
func (m *SoftwareOathAuthenticationMethodItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *SoftwareOathAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property softwareOathMethods for me
func (*SoftwareOathAuthenticationMethodItemRequestBuilder) Get ¶
func (m *SoftwareOathAuthenticationMethodItemRequestBuilder) Get(ctx context.Context, requestConfiguration *SoftwareOathAuthenticationMethodItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SoftwareOathAuthenticationMethodable, error)
Get the software OATH TOTP applications registered to a user for authentication.
func (*SoftwareOathAuthenticationMethodItemRequestBuilder) Patch ¶
func (m *SoftwareOathAuthenticationMethodItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SoftwareOathAuthenticationMethodable, requestConfiguration *SoftwareOathAuthenticationMethodItemRequestBuilderPatchRequestConfiguration) error
Patch update the navigation property softwareOathMethods in me
type SoftwareOathAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration ¶
type SoftwareOathAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
SoftwareOathAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type SoftwareOathAuthenticationMethodItemRequestBuilderGetQueryParameters ¶
type SoftwareOathAuthenticationMethodItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
SoftwareOathAuthenticationMethodItemRequestBuilderGetQueryParameters the software OATH TOTP applications registered to a user for authentication.
type SoftwareOathAuthenticationMethodItemRequestBuilderGetRequestConfiguration ¶
type SoftwareOathAuthenticationMethodItemRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *SoftwareOathAuthenticationMethodItemRequestBuilderGetQueryParameters
}
SoftwareOathAuthenticationMethodItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type SoftwareOathAuthenticationMethodItemRequestBuilderPatchRequestConfiguration ¶
type SoftwareOathAuthenticationMethodItemRequestBuilderPatchRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
SoftwareOathAuthenticationMethodItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.