Documentation ¶
Index ¶
- type AuthenticationMethodClient
- func (c AuthenticationMethodClient) DeleteAuthenticationMethod(ctx context.Context, options DeleteAuthenticationMethodOperationOptions) (result DeleteAuthenticationMethodOperationResponse, err error)
- func (c AuthenticationMethodClient) GetAuthenticationMethod(ctx context.Context, options GetAuthenticationMethodOperationOptions) (result GetAuthenticationMethodOperationResponse, err error)
- func (c AuthenticationMethodClient) UpdateAuthenticationMethod(ctx context.Context, input beta.AuthenticationMethodsRoot, ...) (result UpdateAuthenticationMethodOperationResponse, err error)
- type DeleteAuthenticationMethodOperationOptions
- type DeleteAuthenticationMethodOperationResponse
- type GetAuthenticationMethodOperationOptions
- type GetAuthenticationMethodOperationResponse
- type UpdateAuthenticationMethodOperationOptions
- type UpdateAuthenticationMethodOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationMethodClient ¶
func NewAuthenticationMethodClientWithBaseURI ¶
func NewAuthenticationMethodClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationMethodClient, error)
func (AuthenticationMethodClient) DeleteAuthenticationMethod ¶
func (c AuthenticationMethodClient) DeleteAuthenticationMethod(ctx context.Context, options DeleteAuthenticationMethodOperationOptions) (result DeleteAuthenticationMethodOperationResponse, err error)
DeleteAuthenticationMethod - Delete navigation property authenticationMethods for reports
func (AuthenticationMethodClient) GetAuthenticationMethod ¶
func (c AuthenticationMethodClient) GetAuthenticationMethod(ctx context.Context, options GetAuthenticationMethodOperationOptions) (result GetAuthenticationMethodOperationResponse, err error)
GetAuthenticationMethod - Get authenticationMethods from reports. Container for navigation properties for Microsoft Entra authentication methods resources.
func (AuthenticationMethodClient) UpdateAuthenticationMethod ¶
func (c AuthenticationMethodClient) UpdateAuthenticationMethod(ctx context.Context, input beta.AuthenticationMethodsRoot, options UpdateAuthenticationMethodOperationOptions) (result UpdateAuthenticationMethodOperationResponse, err error)
UpdateAuthenticationMethod - Update the navigation property authenticationMethods in reports
type DeleteAuthenticationMethodOperationOptions ¶
type DeleteAuthenticationMethodOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteAuthenticationMethodOperationOptions ¶
func DefaultDeleteAuthenticationMethodOperationOptions() DeleteAuthenticationMethodOperationOptions
func (DeleteAuthenticationMethodOperationOptions) ToHeaders ¶
func (o DeleteAuthenticationMethodOperationOptions) ToHeaders() *client.Headers
func (DeleteAuthenticationMethodOperationOptions) ToOData ¶
func (o DeleteAuthenticationMethodOperationOptions) ToOData() *odata.Query
func (DeleteAuthenticationMethodOperationOptions) ToQuery ¶
func (o DeleteAuthenticationMethodOperationOptions) ToQuery() *client.QueryParams
type GetAuthenticationMethodOperationOptions ¶
type GetAuthenticationMethodOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetAuthenticationMethodOperationOptions ¶
func DefaultGetAuthenticationMethodOperationOptions() GetAuthenticationMethodOperationOptions
func (GetAuthenticationMethodOperationOptions) ToHeaders ¶
func (o GetAuthenticationMethodOperationOptions) ToHeaders() *client.Headers
func (GetAuthenticationMethodOperationOptions) ToOData ¶
func (o GetAuthenticationMethodOperationOptions) ToOData() *odata.Query
func (GetAuthenticationMethodOperationOptions) ToQuery ¶
func (o GetAuthenticationMethodOperationOptions) ToQuery() *client.QueryParams
type UpdateAuthenticationMethodOperationOptions ¶
type UpdateAuthenticationMethodOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateAuthenticationMethodOperationOptions ¶
func DefaultUpdateAuthenticationMethodOperationOptions() UpdateAuthenticationMethodOperationOptions
func (UpdateAuthenticationMethodOperationOptions) ToHeaders ¶
func (o UpdateAuthenticationMethodOperationOptions) ToHeaders() *client.Headers
func (UpdateAuthenticationMethodOperationOptions) ToOData ¶
func (o UpdateAuthenticationMethodOperationOptions) ToOData() *odata.Query
func (UpdateAuthenticationMethodOperationOptions) ToQuery ¶
func (o UpdateAuthenticationMethodOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.