Documentation ¶
Index ¶
- type AuthenticationSoftwareOathMethodClient
- func (c AuthenticationSoftwareOathMethodClient) DeleteAuthenticationSoftwareOathMethod(ctx context.Context, id stable.UserIdAuthenticationSoftwareOathMethodId, ...) (result DeleteAuthenticationSoftwareOathMethodOperationResponse, err error)
- func (c AuthenticationSoftwareOathMethodClient) GetAuthenticationSoftwareOathMethod(ctx context.Context, id stable.UserIdAuthenticationSoftwareOathMethodId, ...) (result GetAuthenticationSoftwareOathMethodOperationResponse, err error)
- func (c AuthenticationSoftwareOathMethodClient) GetAuthenticationSoftwareOathMethodsCount(ctx context.Context, id stable.UserId, ...) (result GetAuthenticationSoftwareOathMethodsCountOperationResponse, err error)
- func (c AuthenticationSoftwareOathMethodClient) ListAuthenticationSoftwareOathMethods(ctx context.Context, id stable.UserId, ...) (result ListAuthenticationSoftwareOathMethodsOperationResponse, err error)
- func (c AuthenticationSoftwareOathMethodClient) ListAuthenticationSoftwareOathMethodsComplete(ctx context.Context, id stable.UserId, ...) (ListAuthenticationSoftwareOathMethodsCompleteResult, error)
- func (c AuthenticationSoftwareOathMethodClient) ListAuthenticationSoftwareOathMethodsCompleteMatchingPredicate(ctx context.Context, id stable.UserId, ...) (result ListAuthenticationSoftwareOathMethodsCompleteResult, err error)
- type DeleteAuthenticationSoftwareOathMethodOperationOptions
- type DeleteAuthenticationSoftwareOathMethodOperationResponse
- type GetAuthenticationSoftwareOathMethodOperationOptions
- type GetAuthenticationSoftwareOathMethodOperationResponse
- type GetAuthenticationSoftwareOathMethodsCountOperationOptions
- type GetAuthenticationSoftwareOathMethodsCountOperationResponse
- type ListAuthenticationSoftwareOathMethodsCompleteResult
- type ListAuthenticationSoftwareOathMethodsCustomPager
- type ListAuthenticationSoftwareOathMethodsOperationOptions
- type ListAuthenticationSoftwareOathMethodsOperationResponse
- type SoftwareOathAuthenticationMethodOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationSoftwareOathMethodClient ¶
func NewAuthenticationSoftwareOathMethodClientWithBaseURI ¶
func NewAuthenticationSoftwareOathMethodClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationSoftwareOathMethodClient, error)
func (AuthenticationSoftwareOathMethodClient) DeleteAuthenticationSoftwareOathMethod ¶
func (c AuthenticationSoftwareOathMethodClient) DeleteAuthenticationSoftwareOathMethod(ctx context.Context, id stable.UserIdAuthenticationSoftwareOathMethodId, options DeleteAuthenticationSoftwareOathMethodOperationOptions) (result DeleteAuthenticationSoftwareOathMethodOperationResponse, err error)
DeleteAuthenticationSoftwareOathMethod - Delete softwareOathAuthenticationMethod. Delete a user's Software OATH token authentication method object.
func (AuthenticationSoftwareOathMethodClient) GetAuthenticationSoftwareOathMethod ¶
func (c AuthenticationSoftwareOathMethodClient) GetAuthenticationSoftwareOathMethod(ctx context.Context, id stable.UserIdAuthenticationSoftwareOathMethodId, options GetAuthenticationSoftwareOathMethodOperationOptions) (result GetAuthenticationSoftwareOathMethodOperationResponse, err error)
GetAuthenticationSoftwareOathMethod - Get softwareOathMethods from users. The software OATH time-based one-time password (TOTP) applications registered to a user for authentication.
func (AuthenticationSoftwareOathMethodClient) GetAuthenticationSoftwareOathMethodsCount ¶
func (c AuthenticationSoftwareOathMethodClient) GetAuthenticationSoftwareOathMethodsCount(ctx context.Context, id stable.UserId, options GetAuthenticationSoftwareOathMethodsCountOperationOptions) (result GetAuthenticationSoftwareOathMethodsCountOperationResponse, err error)
GetAuthenticationSoftwareOathMethodsCount - Get the number of the resource
func (AuthenticationSoftwareOathMethodClient) ListAuthenticationSoftwareOathMethods ¶
func (c AuthenticationSoftwareOathMethodClient) ListAuthenticationSoftwareOathMethods(ctx context.Context, id stable.UserId, options ListAuthenticationSoftwareOathMethodsOperationOptions) (result ListAuthenticationSoftwareOathMethodsOperationResponse, err error)
ListAuthenticationSoftwareOathMethods - Get softwareOathMethods from users. The software OATH time-based one-time password (TOTP) applications registered to a user for authentication.
func (AuthenticationSoftwareOathMethodClient) ListAuthenticationSoftwareOathMethodsComplete ¶
func (c AuthenticationSoftwareOathMethodClient) ListAuthenticationSoftwareOathMethodsComplete(ctx context.Context, id stable.UserId, options ListAuthenticationSoftwareOathMethodsOperationOptions) (ListAuthenticationSoftwareOathMethodsCompleteResult, error)
ListAuthenticationSoftwareOathMethodsComplete retrieves all the results into a single object
func (AuthenticationSoftwareOathMethodClient) ListAuthenticationSoftwareOathMethodsCompleteMatchingPredicate ¶
func (c AuthenticationSoftwareOathMethodClient) ListAuthenticationSoftwareOathMethodsCompleteMatchingPredicate(ctx context.Context, id stable.UserId, options ListAuthenticationSoftwareOathMethodsOperationOptions, predicate SoftwareOathAuthenticationMethodOperationPredicate) (result ListAuthenticationSoftwareOathMethodsCompleteResult, err error)
ListAuthenticationSoftwareOathMethodsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type DeleteAuthenticationSoftwareOathMethodOperationOptions ¶
type DeleteAuthenticationSoftwareOathMethodOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteAuthenticationSoftwareOathMethodOperationOptions ¶
func DefaultDeleteAuthenticationSoftwareOathMethodOperationOptions() DeleteAuthenticationSoftwareOathMethodOperationOptions
func (DeleteAuthenticationSoftwareOathMethodOperationOptions) ToHeaders ¶
func (o DeleteAuthenticationSoftwareOathMethodOperationOptions) ToHeaders() *client.Headers
func (DeleteAuthenticationSoftwareOathMethodOperationOptions) ToOData ¶
func (o DeleteAuthenticationSoftwareOathMethodOperationOptions) ToOData() *odata.Query
func (DeleteAuthenticationSoftwareOathMethodOperationOptions) ToQuery ¶
func (o DeleteAuthenticationSoftwareOathMethodOperationOptions) ToQuery() *client.QueryParams
type GetAuthenticationSoftwareOathMethodOperationOptions ¶
type GetAuthenticationSoftwareOathMethodOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetAuthenticationSoftwareOathMethodOperationOptions ¶
func DefaultGetAuthenticationSoftwareOathMethodOperationOptions() GetAuthenticationSoftwareOathMethodOperationOptions
func (GetAuthenticationSoftwareOathMethodOperationOptions) ToHeaders ¶
func (o GetAuthenticationSoftwareOathMethodOperationOptions) ToHeaders() *client.Headers
func (GetAuthenticationSoftwareOathMethodOperationOptions) ToOData ¶
func (o GetAuthenticationSoftwareOathMethodOperationOptions) ToOData() *odata.Query
func (GetAuthenticationSoftwareOathMethodOperationOptions) ToQuery ¶
func (o GetAuthenticationSoftwareOathMethodOperationOptions) ToQuery() *client.QueryParams
type GetAuthenticationSoftwareOathMethodsCountOperationOptions ¶
type GetAuthenticationSoftwareOathMethodsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetAuthenticationSoftwareOathMethodsCountOperationOptions ¶
func DefaultGetAuthenticationSoftwareOathMethodsCountOperationOptions() GetAuthenticationSoftwareOathMethodsCountOperationOptions
func (GetAuthenticationSoftwareOathMethodsCountOperationOptions) ToHeaders ¶
func (o GetAuthenticationSoftwareOathMethodsCountOperationOptions) ToHeaders() *client.Headers
func (GetAuthenticationSoftwareOathMethodsCountOperationOptions) ToOData ¶
func (o GetAuthenticationSoftwareOathMethodsCountOperationOptions) ToOData() *odata.Query
func (GetAuthenticationSoftwareOathMethodsCountOperationOptions) ToQuery ¶
func (o GetAuthenticationSoftwareOathMethodsCountOperationOptions) ToQuery() *client.QueryParams
type ListAuthenticationSoftwareOathMethodsCompleteResult ¶
type ListAuthenticationSoftwareOathMethodsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.SoftwareOathAuthenticationMethod }
type ListAuthenticationSoftwareOathMethodsCustomPager ¶
type ListAuthenticationSoftwareOathMethodsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListAuthenticationSoftwareOathMethodsCustomPager) NextPageLink ¶
func (p *ListAuthenticationSoftwareOathMethodsCustomPager) NextPageLink() *odata.Link
type ListAuthenticationSoftwareOathMethodsOperationOptions ¶
type ListAuthenticationSoftwareOathMethodsOperationOptions struct { Count *bool Expand *odata.Expand Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Select *[]string Skip *int64 Top *int64 }
func DefaultListAuthenticationSoftwareOathMethodsOperationOptions ¶
func DefaultListAuthenticationSoftwareOathMethodsOperationOptions() ListAuthenticationSoftwareOathMethodsOperationOptions
func (ListAuthenticationSoftwareOathMethodsOperationOptions) ToHeaders ¶
func (o ListAuthenticationSoftwareOathMethodsOperationOptions) ToHeaders() *client.Headers
func (ListAuthenticationSoftwareOathMethodsOperationOptions) ToOData ¶
func (o ListAuthenticationSoftwareOathMethodsOperationOptions) ToOData() *odata.Query
func (ListAuthenticationSoftwareOathMethodsOperationOptions) ToQuery ¶
func (o ListAuthenticationSoftwareOathMethodsOperationOptions) ToQuery() *client.QueryParams
type SoftwareOathAuthenticationMethodOperationPredicate ¶
type SoftwareOathAuthenticationMethodOperationPredicate struct { }
func (SoftwareOathAuthenticationMethodOperationPredicate) Matches ¶
func (p SoftwareOathAuthenticationMethodOperationPredicate) Matches(input stable.SoftwareOathAuthenticationMethod) bool