Documentation ¶
Index ¶
- type AuthenticationClient
- func (c AuthenticationClient) DeleteAuthentication(ctx context.Context, options DeleteAuthenticationOperationOptions) (result DeleteAuthenticationOperationResponse, err error)
- func (c AuthenticationClient) GetAuthentication(ctx context.Context, options GetAuthenticationOperationOptions) (result GetAuthenticationOperationResponse, err error)
- func (c AuthenticationClient) UpdateAuthentication(ctx context.Context, input beta.Authentication, ...) (result UpdateAuthenticationOperationResponse, err error)
- type DeleteAuthenticationOperationOptions
- type DeleteAuthenticationOperationResponse
- type GetAuthenticationOperationOptions
- type GetAuthenticationOperationResponse
- type UpdateAuthenticationOperationOptions
- type UpdateAuthenticationOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationClient ¶
func NewAuthenticationClientWithBaseURI ¶
func NewAuthenticationClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationClient, error)
func (AuthenticationClient) DeleteAuthentication ¶
func (c AuthenticationClient) DeleteAuthentication(ctx context.Context, options DeleteAuthenticationOperationOptions) (result DeleteAuthenticationOperationResponse, err error)
DeleteAuthentication - Delete navigation property authentication for me
func (AuthenticationClient) GetAuthentication ¶
func (c AuthenticationClient) GetAuthentication(ctx context.Context, options GetAuthenticationOperationOptions) (result GetAuthenticationOperationResponse, err error)
GetAuthentication - Get authentication from me. The authentication methods that are supported for the user.
func (AuthenticationClient) UpdateAuthentication ¶
func (c AuthenticationClient) UpdateAuthentication(ctx context.Context, input beta.Authentication, options UpdateAuthenticationOperationOptions) (result UpdateAuthenticationOperationResponse, err error)
UpdateAuthentication - Update the navigation property authentication in me
type DeleteAuthenticationOperationOptions ¶
type DeleteAuthenticationOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteAuthenticationOperationOptions ¶
func DefaultDeleteAuthenticationOperationOptions() DeleteAuthenticationOperationOptions
func (DeleteAuthenticationOperationOptions) ToHeaders ¶
func (o DeleteAuthenticationOperationOptions) ToHeaders() *client.Headers
func (DeleteAuthenticationOperationOptions) ToOData ¶
func (o DeleteAuthenticationOperationOptions) ToOData() *odata.Query
func (DeleteAuthenticationOperationOptions) ToQuery ¶
func (o DeleteAuthenticationOperationOptions) ToQuery() *client.QueryParams
type GetAuthenticationOperationOptions ¶
type GetAuthenticationOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetAuthenticationOperationOptions ¶
func DefaultGetAuthenticationOperationOptions() GetAuthenticationOperationOptions
func (GetAuthenticationOperationOptions) ToHeaders ¶
func (o GetAuthenticationOperationOptions) ToHeaders() *client.Headers
func (GetAuthenticationOperationOptions) ToOData ¶
func (o GetAuthenticationOperationOptions) ToOData() *odata.Query
func (GetAuthenticationOperationOptions) ToQuery ¶
func (o GetAuthenticationOperationOptions) ToQuery() *client.QueryParams
type UpdateAuthenticationOperationOptions ¶
type UpdateAuthenticationOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateAuthenticationOperationOptions ¶
func DefaultUpdateAuthenticationOperationOptions() UpdateAuthenticationOperationOptions
func (UpdateAuthenticationOperationOptions) ToHeaders ¶
func (o UpdateAuthenticationOperationOptions) ToHeaders() *client.Headers
func (UpdateAuthenticationOperationOptions) ToOData ¶
func (o UpdateAuthenticationOperationOptions) ToOData() *odata.Query
func (UpdateAuthenticationOperationOptions) ToQuery ¶
func (o UpdateAuthenticationOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.