Documentation ¶
Index ¶
- type AuthenticationPasswordMethodClient
- func (c AuthenticationPasswordMethodClient) CreateAuthenticationPasswordMethod(ctx context.Context, id stable.UserId, ...) (result CreateAuthenticationPasswordMethodOperationResponse, err error)
- func (c AuthenticationPasswordMethodClient) GetAuthenticationPasswordMethod(ctx context.Context, id stable.UserIdAuthenticationPasswordMethodId, ...) (result GetAuthenticationPasswordMethodOperationResponse, err error)
- func (c AuthenticationPasswordMethodClient) GetAuthenticationPasswordMethodsCount(ctx context.Context, id stable.UserId, ...) (result GetAuthenticationPasswordMethodsCountOperationResponse, err error)
- func (c AuthenticationPasswordMethodClient) ListAuthenticationPasswordMethods(ctx context.Context, id stable.UserId, ...) (result ListAuthenticationPasswordMethodsOperationResponse, err error)
- func (c AuthenticationPasswordMethodClient) ListAuthenticationPasswordMethodsComplete(ctx context.Context, id stable.UserId, ...) (ListAuthenticationPasswordMethodsCompleteResult, error)
- func (c AuthenticationPasswordMethodClient) ListAuthenticationPasswordMethodsCompleteMatchingPredicate(ctx context.Context, id stable.UserId, ...) (result ListAuthenticationPasswordMethodsCompleteResult, err error)
- type CreateAuthenticationPasswordMethodOperationOptions
- type CreateAuthenticationPasswordMethodOperationResponse
- type GetAuthenticationPasswordMethodOperationOptions
- type GetAuthenticationPasswordMethodOperationResponse
- type GetAuthenticationPasswordMethodsCountOperationOptions
- type GetAuthenticationPasswordMethodsCountOperationResponse
- type ListAuthenticationPasswordMethodsCompleteResult
- type ListAuthenticationPasswordMethodsCustomPager
- type ListAuthenticationPasswordMethodsOperationOptions
- type ListAuthenticationPasswordMethodsOperationResponse
- type PasswordAuthenticationMethodOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationPasswordMethodClient ¶
func NewAuthenticationPasswordMethodClientWithBaseURI ¶
func NewAuthenticationPasswordMethodClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationPasswordMethodClient, error)
func (AuthenticationPasswordMethodClient) CreateAuthenticationPasswordMethod ¶
func (c AuthenticationPasswordMethodClient) CreateAuthenticationPasswordMethod(ctx context.Context, id stable.UserId, input stable.PasswordAuthenticationMethod, options CreateAuthenticationPasswordMethodOperationOptions) (result CreateAuthenticationPasswordMethodOperationResponse, err error)
CreateAuthenticationPasswordMethod - Create new navigation property to passwordMethods for users
func (AuthenticationPasswordMethodClient) GetAuthenticationPasswordMethod ¶
func (c AuthenticationPasswordMethodClient) GetAuthenticationPasswordMethod(ctx context.Context, id stable.UserIdAuthenticationPasswordMethodId, options GetAuthenticationPasswordMethodOperationOptions) (result GetAuthenticationPasswordMethodOperationResponse, err error)
GetAuthenticationPasswordMethod - Get passwordMethods from users. Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password.
func (AuthenticationPasswordMethodClient) GetAuthenticationPasswordMethodsCount ¶
func (c AuthenticationPasswordMethodClient) GetAuthenticationPasswordMethodsCount(ctx context.Context, id stable.UserId, options GetAuthenticationPasswordMethodsCountOperationOptions) (result GetAuthenticationPasswordMethodsCountOperationResponse, err error)
GetAuthenticationPasswordMethodsCount - Get the number of the resource
func (AuthenticationPasswordMethodClient) ListAuthenticationPasswordMethods ¶
func (c AuthenticationPasswordMethodClient) ListAuthenticationPasswordMethods(ctx context.Context, id stable.UserId, options ListAuthenticationPasswordMethodsOperationOptions) (result ListAuthenticationPasswordMethodsOperationResponse, err error)
ListAuthenticationPasswordMethods - Get passwordMethods from users. Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password.
func (AuthenticationPasswordMethodClient) ListAuthenticationPasswordMethodsComplete ¶
func (c AuthenticationPasswordMethodClient) ListAuthenticationPasswordMethodsComplete(ctx context.Context, id stable.UserId, options ListAuthenticationPasswordMethodsOperationOptions) (ListAuthenticationPasswordMethodsCompleteResult, error)
ListAuthenticationPasswordMethodsComplete retrieves all the results into a single object
func (AuthenticationPasswordMethodClient) ListAuthenticationPasswordMethodsCompleteMatchingPredicate ¶
func (c AuthenticationPasswordMethodClient) ListAuthenticationPasswordMethodsCompleteMatchingPredicate(ctx context.Context, id stable.UserId, options ListAuthenticationPasswordMethodsOperationOptions, predicate PasswordAuthenticationMethodOperationPredicate) (result ListAuthenticationPasswordMethodsCompleteResult, err error)
ListAuthenticationPasswordMethodsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type CreateAuthenticationPasswordMethodOperationOptions ¶
type CreateAuthenticationPasswordMethodOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateAuthenticationPasswordMethodOperationOptions ¶
func DefaultCreateAuthenticationPasswordMethodOperationOptions() CreateAuthenticationPasswordMethodOperationOptions
func (CreateAuthenticationPasswordMethodOperationOptions) ToHeaders ¶
func (o CreateAuthenticationPasswordMethodOperationOptions) ToHeaders() *client.Headers
func (CreateAuthenticationPasswordMethodOperationOptions) ToOData ¶
func (o CreateAuthenticationPasswordMethodOperationOptions) ToOData() *odata.Query
func (CreateAuthenticationPasswordMethodOperationOptions) ToQuery ¶
func (o CreateAuthenticationPasswordMethodOperationOptions) ToQuery() *client.QueryParams
type GetAuthenticationPasswordMethodOperationOptions ¶
type GetAuthenticationPasswordMethodOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetAuthenticationPasswordMethodOperationOptions ¶
func DefaultGetAuthenticationPasswordMethodOperationOptions() GetAuthenticationPasswordMethodOperationOptions
func (GetAuthenticationPasswordMethodOperationOptions) ToHeaders ¶
func (o GetAuthenticationPasswordMethodOperationOptions) ToHeaders() *client.Headers
func (GetAuthenticationPasswordMethodOperationOptions) ToOData ¶
func (o GetAuthenticationPasswordMethodOperationOptions) ToOData() *odata.Query
func (GetAuthenticationPasswordMethodOperationOptions) ToQuery ¶
func (o GetAuthenticationPasswordMethodOperationOptions) ToQuery() *client.QueryParams
type GetAuthenticationPasswordMethodsCountOperationOptions ¶
type GetAuthenticationPasswordMethodsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetAuthenticationPasswordMethodsCountOperationOptions ¶
func DefaultGetAuthenticationPasswordMethodsCountOperationOptions() GetAuthenticationPasswordMethodsCountOperationOptions
func (GetAuthenticationPasswordMethodsCountOperationOptions) ToHeaders ¶
func (o GetAuthenticationPasswordMethodsCountOperationOptions) ToHeaders() *client.Headers
func (GetAuthenticationPasswordMethodsCountOperationOptions) ToOData ¶
func (o GetAuthenticationPasswordMethodsCountOperationOptions) ToOData() *odata.Query
func (GetAuthenticationPasswordMethodsCountOperationOptions) ToQuery ¶
func (o GetAuthenticationPasswordMethodsCountOperationOptions) ToQuery() *client.QueryParams
type ListAuthenticationPasswordMethodsCompleteResult ¶
type ListAuthenticationPasswordMethodsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.PasswordAuthenticationMethod }
type ListAuthenticationPasswordMethodsCustomPager ¶
type ListAuthenticationPasswordMethodsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListAuthenticationPasswordMethodsCustomPager) NextPageLink ¶
func (p *ListAuthenticationPasswordMethodsCustomPager) NextPageLink() *odata.Link
type ListAuthenticationPasswordMethodsOperationOptions ¶
type ListAuthenticationPasswordMethodsOperationOptions 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 DefaultListAuthenticationPasswordMethodsOperationOptions ¶
func DefaultListAuthenticationPasswordMethodsOperationOptions() ListAuthenticationPasswordMethodsOperationOptions
func (ListAuthenticationPasswordMethodsOperationOptions) ToHeaders ¶
func (o ListAuthenticationPasswordMethodsOperationOptions) ToHeaders() *client.Headers
func (ListAuthenticationPasswordMethodsOperationOptions) ToOData ¶
func (o ListAuthenticationPasswordMethodsOperationOptions) ToOData() *odata.Query
func (ListAuthenticationPasswordMethodsOperationOptions) ToQuery ¶
func (o ListAuthenticationPasswordMethodsOperationOptions) ToQuery() *client.QueryParams
type PasswordAuthenticationMethodOperationPredicate ¶
type PasswordAuthenticationMethodOperationPredicate struct { }
func (PasswordAuthenticationMethodOperationPredicate) Matches ¶
func (p PasswordAuthenticationMethodOperationPredicate) Matches(input stable.PasswordAuthenticationMethod) bool