Documentation ¶
Index ¶
- type AuthenticationMethodUserRegistrationDetailClient
- func (c AuthenticationMethodUserRegistrationDetailClient) CreateAuthenticationMethodUserRegistrationDetail(ctx context.Context, input stable.UserRegistrationDetails, ...) (result CreateAuthenticationMethodUserRegistrationDetailOperationResponse, ...)
- func (c AuthenticationMethodUserRegistrationDetailClient) DeleteAuthenticationMethodUserRegistrationDetail(ctx context.Context, ...) (result DeleteAuthenticationMethodUserRegistrationDetailOperationResponse, ...)
- func (c AuthenticationMethodUserRegistrationDetailClient) GetAuthenticationMethodUserRegistrationDetail(ctx context.Context, ...) (result GetAuthenticationMethodUserRegistrationDetailOperationResponse, ...)
- func (c AuthenticationMethodUserRegistrationDetailClient) GetAuthenticationMethodUserRegistrationDetailsCount(ctx context.Context, ...) (result GetAuthenticationMethodUserRegistrationDetailsCountOperationResponse, ...)
- func (c AuthenticationMethodUserRegistrationDetailClient) ListAuthenticationMethodUserRegistrationDetails(ctx context.Context, ...) (result ListAuthenticationMethodUserRegistrationDetailsOperationResponse, ...)
- func (c AuthenticationMethodUserRegistrationDetailClient) ListAuthenticationMethodUserRegistrationDetailsComplete(ctx context.Context, ...) (ListAuthenticationMethodUserRegistrationDetailsCompleteResult, error)
- func (c AuthenticationMethodUserRegistrationDetailClient) ListAuthenticationMethodUserRegistrationDetailsCompleteMatchingPredicate(ctx context.Context, ...) (result ListAuthenticationMethodUserRegistrationDetailsCompleteResult, ...)
- func (c AuthenticationMethodUserRegistrationDetailClient) UpdateAuthenticationMethodUserRegistrationDetail(ctx context.Context, ...) (result UpdateAuthenticationMethodUserRegistrationDetailOperationResponse, ...)
- type CreateAuthenticationMethodUserRegistrationDetailOperationOptions
- func (o CreateAuthenticationMethodUserRegistrationDetailOperationOptions) ToHeaders() *client.Headers
- func (o CreateAuthenticationMethodUserRegistrationDetailOperationOptions) ToOData() *odata.Query
- func (o CreateAuthenticationMethodUserRegistrationDetailOperationOptions) ToQuery() *client.QueryParams
- type CreateAuthenticationMethodUserRegistrationDetailOperationResponse
- type DeleteAuthenticationMethodUserRegistrationDetailOperationOptions
- func (o DeleteAuthenticationMethodUserRegistrationDetailOperationOptions) ToHeaders() *client.Headers
- func (o DeleteAuthenticationMethodUserRegistrationDetailOperationOptions) ToOData() *odata.Query
- func (o DeleteAuthenticationMethodUserRegistrationDetailOperationOptions) ToQuery() *client.QueryParams
- type DeleteAuthenticationMethodUserRegistrationDetailOperationResponse
- type GetAuthenticationMethodUserRegistrationDetailOperationOptions
- type GetAuthenticationMethodUserRegistrationDetailOperationResponse
- type GetAuthenticationMethodUserRegistrationDetailsCountOperationOptions
- func (o GetAuthenticationMethodUserRegistrationDetailsCountOperationOptions) ToHeaders() *client.Headers
- func (o GetAuthenticationMethodUserRegistrationDetailsCountOperationOptions) ToOData() *odata.Query
- func (o GetAuthenticationMethodUserRegistrationDetailsCountOperationOptions) ToQuery() *client.QueryParams
- type GetAuthenticationMethodUserRegistrationDetailsCountOperationResponse
- type ListAuthenticationMethodUserRegistrationDetailsCompleteResult
- type ListAuthenticationMethodUserRegistrationDetailsCustomPager
- type ListAuthenticationMethodUserRegistrationDetailsOperationOptions
- type ListAuthenticationMethodUserRegistrationDetailsOperationResponse
- type UpdateAuthenticationMethodUserRegistrationDetailOperationOptions
- func (o UpdateAuthenticationMethodUserRegistrationDetailOperationOptions) ToHeaders() *client.Headers
- func (o UpdateAuthenticationMethodUserRegistrationDetailOperationOptions) ToOData() *odata.Query
- func (o UpdateAuthenticationMethodUserRegistrationDetailOperationOptions) ToQuery() *client.QueryParams
- type UpdateAuthenticationMethodUserRegistrationDetailOperationResponse
- type UserRegistrationDetailsOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationMethodUserRegistrationDetailClient ¶
func NewAuthenticationMethodUserRegistrationDetailClientWithBaseURI ¶
func NewAuthenticationMethodUserRegistrationDetailClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationMethodUserRegistrationDetailClient, error)
func (AuthenticationMethodUserRegistrationDetailClient) CreateAuthenticationMethodUserRegistrationDetail ¶
func (c AuthenticationMethodUserRegistrationDetailClient) CreateAuthenticationMethodUserRegistrationDetail(ctx context.Context, input stable.UserRegistrationDetails, options CreateAuthenticationMethodUserRegistrationDetailOperationOptions) (result CreateAuthenticationMethodUserRegistrationDetailOperationResponse, err error)
CreateAuthenticationMethodUserRegistrationDetail - Create new navigation property to userRegistrationDetails for reports
func (AuthenticationMethodUserRegistrationDetailClient) DeleteAuthenticationMethodUserRegistrationDetail ¶
func (c AuthenticationMethodUserRegistrationDetailClient) DeleteAuthenticationMethodUserRegistrationDetail(ctx context.Context, id stable.ReportAuthenticationMethodUserRegistrationDetailId, options DeleteAuthenticationMethodUserRegistrationDetailOperationOptions) (result DeleteAuthenticationMethodUserRegistrationDetailOperationResponse, err error)
DeleteAuthenticationMethodUserRegistrationDetail - Delete navigation property userRegistrationDetails for reports
func (AuthenticationMethodUserRegistrationDetailClient) GetAuthenticationMethodUserRegistrationDetail ¶
func (c AuthenticationMethodUserRegistrationDetailClient) GetAuthenticationMethodUserRegistrationDetail(ctx context.Context, id stable.ReportAuthenticationMethodUserRegistrationDetailId, options GetAuthenticationMethodUserRegistrationDetailOperationOptions) (result GetAuthenticationMethodUserRegistrationDetailOperationResponse, err error)
GetAuthenticationMethodUserRegistrationDetail - Get userRegistrationDetails. Read the properties and relationships of a userRegistrationDetails object.
func (AuthenticationMethodUserRegistrationDetailClient) GetAuthenticationMethodUserRegistrationDetailsCount ¶
func (c AuthenticationMethodUserRegistrationDetailClient) GetAuthenticationMethodUserRegistrationDetailsCount(ctx context.Context, options GetAuthenticationMethodUserRegistrationDetailsCountOperationOptions) (result GetAuthenticationMethodUserRegistrationDetailsCountOperationResponse, err error)
GetAuthenticationMethodUserRegistrationDetailsCount - Get the number of the resource
func (AuthenticationMethodUserRegistrationDetailClient) ListAuthenticationMethodUserRegistrationDetails ¶
func (c AuthenticationMethodUserRegistrationDetailClient) ListAuthenticationMethodUserRegistrationDetails(ctx context.Context, options ListAuthenticationMethodUserRegistrationDetailsOperationOptions) (result ListAuthenticationMethodUserRegistrationDetailsOperationResponse, err error)
ListAuthenticationMethodUserRegistrationDetails - List userRegistrationDetails. Get a list of the authentication methods registered for a user as defined in the userRegistrationDetails object. This method doesn't work for disabled users.
func (AuthenticationMethodUserRegistrationDetailClient) ListAuthenticationMethodUserRegistrationDetailsComplete ¶
func (c AuthenticationMethodUserRegistrationDetailClient) ListAuthenticationMethodUserRegistrationDetailsComplete(ctx context.Context, options ListAuthenticationMethodUserRegistrationDetailsOperationOptions) (ListAuthenticationMethodUserRegistrationDetailsCompleteResult, error)
ListAuthenticationMethodUserRegistrationDetailsComplete retrieves all the results into a single object
func (AuthenticationMethodUserRegistrationDetailClient) ListAuthenticationMethodUserRegistrationDetailsCompleteMatchingPredicate ¶
func (c AuthenticationMethodUserRegistrationDetailClient) ListAuthenticationMethodUserRegistrationDetailsCompleteMatchingPredicate(ctx context.Context, options ListAuthenticationMethodUserRegistrationDetailsOperationOptions, predicate UserRegistrationDetailsOperationPredicate) (result ListAuthenticationMethodUserRegistrationDetailsCompleteResult, err error)
ListAuthenticationMethodUserRegistrationDetailsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (AuthenticationMethodUserRegistrationDetailClient) UpdateAuthenticationMethodUserRegistrationDetail ¶
func (c AuthenticationMethodUserRegistrationDetailClient) UpdateAuthenticationMethodUserRegistrationDetail(ctx context.Context, id stable.ReportAuthenticationMethodUserRegistrationDetailId, input stable.UserRegistrationDetails, options UpdateAuthenticationMethodUserRegistrationDetailOperationOptions) (result UpdateAuthenticationMethodUserRegistrationDetailOperationResponse, err error)
UpdateAuthenticationMethodUserRegistrationDetail - Update the navigation property userRegistrationDetails in reports
type CreateAuthenticationMethodUserRegistrationDetailOperationOptions ¶
type CreateAuthenticationMethodUserRegistrationDetailOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateAuthenticationMethodUserRegistrationDetailOperationOptions ¶
func DefaultCreateAuthenticationMethodUserRegistrationDetailOperationOptions() CreateAuthenticationMethodUserRegistrationDetailOperationOptions
func (CreateAuthenticationMethodUserRegistrationDetailOperationOptions) ToHeaders ¶
func (o CreateAuthenticationMethodUserRegistrationDetailOperationOptions) ToHeaders() *client.Headers
func (CreateAuthenticationMethodUserRegistrationDetailOperationOptions) ToOData ¶
func (o CreateAuthenticationMethodUserRegistrationDetailOperationOptions) ToOData() *odata.Query
func (CreateAuthenticationMethodUserRegistrationDetailOperationOptions) ToQuery ¶
func (o CreateAuthenticationMethodUserRegistrationDetailOperationOptions) ToQuery() *client.QueryParams
type DeleteAuthenticationMethodUserRegistrationDetailOperationOptions ¶
type DeleteAuthenticationMethodUserRegistrationDetailOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteAuthenticationMethodUserRegistrationDetailOperationOptions ¶
func DefaultDeleteAuthenticationMethodUserRegistrationDetailOperationOptions() DeleteAuthenticationMethodUserRegistrationDetailOperationOptions
func (DeleteAuthenticationMethodUserRegistrationDetailOperationOptions) ToHeaders ¶
func (o DeleteAuthenticationMethodUserRegistrationDetailOperationOptions) ToHeaders() *client.Headers
func (DeleteAuthenticationMethodUserRegistrationDetailOperationOptions) ToOData ¶
func (o DeleteAuthenticationMethodUserRegistrationDetailOperationOptions) ToOData() *odata.Query
func (DeleteAuthenticationMethodUserRegistrationDetailOperationOptions) ToQuery ¶
func (o DeleteAuthenticationMethodUserRegistrationDetailOperationOptions) ToQuery() *client.QueryParams
type GetAuthenticationMethodUserRegistrationDetailOperationOptions ¶
type GetAuthenticationMethodUserRegistrationDetailOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetAuthenticationMethodUserRegistrationDetailOperationOptions ¶
func DefaultGetAuthenticationMethodUserRegistrationDetailOperationOptions() GetAuthenticationMethodUserRegistrationDetailOperationOptions
func (GetAuthenticationMethodUserRegistrationDetailOperationOptions) ToHeaders ¶
func (o GetAuthenticationMethodUserRegistrationDetailOperationOptions) ToHeaders() *client.Headers
func (GetAuthenticationMethodUserRegistrationDetailOperationOptions) ToOData ¶
func (o GetAuthenticationMethodUserRegistrationDetailOperationOptions) ToOData() *odata.Query
func (GetAuthenticationMethodUserRegistrationDetailOperationOptions) ToQuery ¶
func (o GetAuthenticationMethodUserRegistrationDetailOperationOptions) ToQuery() *client.QueryParams
type GetAuthenticationMethodUserRegistrationDetailsCountOperationOptions ¶
type GetAuthenticationMethodUserRegistrationDetailsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetAuthenticationMethodUserRegistrationDetailsCountOperationOptions ¶
func DefaultGetAuthenticationMethodUserRegistrationDetailsCountOperationOptions() GetAuthenticationMethodUserRegistrationDetailsCountOperationOptions
func (GetAuthenticationMethodUserRegistrationDetailsCountOperationOptions) ToHeaders ¶
func (o GetAuthenticationMethodUserRegistrationDetailsCountOperationOptions) ToHeaders() *client.Headers
func (GetAuthenticationMethodUserRegistrationDetailsCountOperationOptions) ToOData ¶
func (o GetAuthenticationMethodUserRegistrationDetailsCountOperationOptions) ToOData() *odata.Query
func (GetAuthenticationMethodUserRegistrationDetailsCountOperationOptions) ToQuery ¶
func (o GetAuthenticationMethodUserRegistrationDetailsCountOperationOptions) ToQuery() *client.QueryParams
type ListAuthenticationMethodUserRegistrationDetailsCompleteResult ¶
type ListAuthenticationMethodUserRegistrationDetailsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.UserRegistrationDetails }
type ListAuthenticationMethodUserRegistrationDetailsCustomPager ¶
type ListAuthenticationMethodUserRegistrationDetailsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListAuthenticationMethodUserRegistrationDetailsCustomPager) NextPageLink ¶
func (p *ListAuthenticationMethodUserRegistrationDetailsCustomPager) NextPageLink() *odata.Link
type ListAuthenticationMethodUserRegistrationDetailsOperationOptions ¶
type ListAuthenticationMethodUserRegistrationDetailsOperationOptions 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 DefaultListAuthenticationMethodUserRegistrationDetailsOperationOptions ¶
func DefaultListAuthenticationMethodUserRegistrationDetailsOperationOptions() ListAuthenticationMethodUserRegistrationDetailsOperationOptions
func (ListAuthenticationMethodUserRegistrationDetailsOperationOptions) ToHeaders ¶
func (o ListAuthenticationMethodUserRegistrationDetailsOperationOptions) ToHeaders() *client.Headers
func (ListAuthenticationMethodUserRegistrationDetailsOperationOptions) ToOData ¶
func (o ListAuthenticationMethodUserRegistrationDetailsOperationOptions) ToOData() *odata.Query
func (ListAuthenticationMethodUserRegistrationDetailsOperationOptions) ToQuery ¶
func (o ListAuthenticationMethodUserRegistrationDetailsOperationOptions) ToQuery() *client.QueryParams
type UpdateAuthenticationMethodUserRegistrationDetailOperationOptions ¶
type UpdateAuthenticationMethodUserRegistrationDetailOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateAuthenticationMethodUserRegistrationDetailOperationOptions ¶
func DefaultUpdateAuthenticationMethodUserRegistrationDetailOperationOptions() UpdateAuthenticationMethodUserRegistrationDetailOperationOptions
func (UpdateAuthenticationMethodUserRegistrationDetailOperationOptions) ToHeaders ¶
func (o UpdateAuthenticationMethodUserRegistrationDetailOperationOptions) ToHeaders() *client.Headers
func (UpdateAuthenticationMethodUserRegistrationDetailOperationOptions) ToOData ¶
func (o UpdateAuthenticationMethodUserRegistrationDetailOperationOptions) ToOData() *odata.Query
func (UpdateAuthenticationMethodUserRegistrationDetailOperationOptions) ToQuery ¶
func (o UpdateAuthenticationMethodUserRegistrationDetailOperationOptions) ToQuery() *client.QueryParams
type UserRegistrationDetailsOperationPredicate ¶
type UserRegistrationDetailsOperationPredicate struct { }
func (UserRegistrationDetailsOperationPredicate) Matches ¶
func (p UserRegistrationDetailsOperationPredicate) Matches(input stable.UserRegistrationDetails) bool
Source Files ¶
- client.go
- method_createauthenticationmethoduserregistrationdetail.go
- method_deleteauthenticationmethoduserregistrationdetail.go
- method_getauthenticationmethoduserregistrationdetail.go
- method_getauthenticationmethoduserregistrationdetailscount.go
- method_listauthenticationmethoduserregistrationdetails.go
- method_updateauthenticationmethoduserregistrationdetail.go
- predicates.go
- version.go