Documentation ¶
Index ¶
- type AuthenticationEventsFlowClient
- func (c AuthenticationEventsFlowClient) CreateAuthenticationEventsFlow(ctx context.Context, input stable.AuthenticationEventsFlow, ...) (result CreateAuthenticationEventsFlowOperationResponse, err error)
- func (c AuthenticationEventsFlowClient) DeleteAuthenticationEventsFlow(ctx context.Context, id stable.IdentityAuthenticationEventsFlowId, ...) (result DeleteAuthenticationEventsFlowOperationResponse, err error)
- func (c AuthenticationEventsFlowClient) GetAuthenticationEventsFlow(ctx context.Context, id stable.IdentityAuthenticationEventsFlowId, ...) (result GetAuthenticationEventsFlowOperationResponse, err error)
- func (c AuthenticationEventsFlowClient) GetAuthenticationEventsFlowsCount(ctx context.Context, options GetAuthenticationEventsFlowsCountOperationOptions) (result GetAuthenticationEventsFlowsCountOperationResponse, err error)
- func (c AuthenticationEventsFlowClient) ListAuthenticationEventsFlows(ctx context.Context, options ListAuthenticationEventsFlowsOperationOptions) (result ListAuthenticationEventsFlowsOperationResponse, err error)
- func (c AuthenticationEventsFlowClient) ListAuthenticationEventsFlowsComplete(ctx context.Context, options ListAuthenticationEventsFlowsOperationOptions) (ListAuthenticationEventsFlowsCompleteResult, error)
- func (c AuthenticationEventsFlowClient) ListAuthenticationEventsFlowsCompleteMatchingPredicate(ctx context.Context, options ListAuthenticationEventsFlowsOperationOptions, ...) (result ListAuthenticationEventsFlowsCompleteResult, err error)
- func (c AuthenticationEventsFlowClient) UpdateAuthenticationEventsFlow(ctx context.Context, id stable.IdentityAuthenticationEventsFlowId, ...) (result UpdateAuthenticationEventsFlowOperationResponse, err error)
- type AuthenticationEventsFlowOperationPredicate
- type CreateAuthenticationEventsFlowOperationOptions
- type CreateAuthenticationEventsFlowOperationResponse
- type DeleteAuthenticationEventsFlowOperationOptions
- type DeleteAuthenticationEventsFlowOperationResponse
- type GetAuthenticationEventsFlowOperationOptions
- type GetAuthenticationEventsFlowOperationResponse
- type GetAuthenticationEventsFlowsCountOperationOptions
- type GetAuthenticationEventsFlowsCountOperationResponse
- type ListAuthenticationEventsFlowsCompleteResult
- type ListAuthenticationEventsFlowsCustomPager
- type ListAuthenticationEventsFlowsOperationOptions
- type ListAuthenticationEventsFlowsOperationResponse
- type UpdateAuthenticationEventsFlowOperationOptions
- type UpdateAuthenticationEventsFlowOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationEventsFlowClient ¶
func NewAuthenticationEventsFlowClientWithBaseURI ¶
func NewAuthenticationEventsFlowClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationEventsFlowClient, error)
func (AuthenticationEventsFlowClient) CreateAuthenticationEventsFlow ¶
func (c AuthenticationEventsFlowClient) CreateAuthenticationEventsFlow(ctx context.Context, input stable.AuthenticationEventsFlow, options CreateAuthenticationEventsFlowOperationOptions) (result CreateAuthenticationEventsFlowOperationResponse, err error)
CreateAuthenticationEventsFlow - Create authenticationEventsFlow. Create a new authenticationEventsFlow object that is of the type specified in the request body. The following derived subtypes are supported: - externalUsersSelfServiceSignupEventsFlow object type.
func (AuthenticationEventsFlowClient) DeleteAuthenticationEventsFlow ¶
func (c AuthenticationEventsFlowClient) DeleteAuthenticationEventsFlow(ctx context.Context, id stable.IdentityAuthenticationEventsFlowId, options DeleteAuthenticationEventsFlowOperationOptions) (result DeleteAuthenticationEventsFlowOperationResponse, err error)
DeleteAuthenticationEventsFlow - Delete authenticationEventsFlow. Delete a specific authenticationEventsFlow resource by ID. This operation also removes or unlinks all applications from the flow, which disables the customized authentication experience defined for the application. The following derived subtypes are supported: - externalUsersSelfServiceSignupEventsFlow
func (AuthenticationEventsFlowClient) GetAuthenticationEventsFlow ¶
func (c AuthenticationEventsFlowClient) GetAuthenticationEventsFlow(ctx context.Context, id stable.IdentityAuthenticationEventsFlowId, options GetAuthenticationEventsFlowOperationOptions) (result GetAuthenticationEventsFlowOperationResponse, err error)
GetAuthenticationEventsFlow - Get authenticationEventsFlow. Retrieve the properties and relationships of a specific authenticationEventsFlow object by ID. The @odata.type property in the response object indicates the type of the object, which can be one of the following derived subtypes: - externalUsersSelfServiceSignupEventsFlow
func (AuthenticationEventsFlowClient) GetAuthenticationEventsFlowsCount ¶
func (c AuthenticationEventsFlowClient) GetAuthenticationEventsFlowsCount(ctx context.Context, options GetAuthenticationEventsFlowsCountOperationOptions) (result GetAuthenticationEventsFlowsCountOperationResponse, err error)
GetAuthenticationEventsFlowsCount - Get the number of the resource
func (AuthenticationEventsFlowClient) ListAuthenticationEventsFlows ¶
func (c AuthenticationEventsFlowClient) ListAuthenticationEventsFlows(ctx context.Context, options ListAuthenticationEventsFlowsOperationOptions) (result ListAuthenticationEventsFlowsOperationResponse, err error)
ListAuthenticationEventsFlows - List authenticationEventsFlows. Get a collection of authentication events policies that are derived from authenticationEventsFlow. The following derived subtypes are supported: - externalUsersSelfServiceSignupEventsFlow
func (AuthenticationEventsFlowClient) ListAuthenticationEventsFlowsComplete ¶
func (c AuthenticationEventsFlowClient) ListAuthenticationEventsFlowsComplete(ctx context.Context, options ListAuthenticationEventsFlowsOperationOptions) (ListAuthenticationEventsFlowsCompleteResult, error)
ListAuthenticationEventsFlowsComplete retrieves all the results into a single object
func (AuthenticationEventsFlowClient) ListAuthenticationEventsFlowsCompleteMatchingPredicate ¶
func (c AuthenticationEventsFlowClient) ListAuthenticationEventsFlowsCompleteMatchingPredicate(ctx context.Context, options ListAuthenticationEventsFlowsOperationOptions, predicate AuthenticationEventsFlowOperationPredicate) (result ListAuthenticationEventsFlowsCompleteResult, err error)
ListAuthenticationEventsFlowsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (AuthenticationEventsFlowClient) UpdateAuthenticationEventsFlow ¶
func (c AuthenticationEventsFlowClient) UpdateAuthenticationEventsFlow(ctx context.Context, id stable.IdentityAuthenticationEventsFlowId, input stable.AuthenticationEventsFlow, options UpdateAuthenticationEventsFlowOperationOptions) (result UpdateAuthenticationEventsFlowOperationResponse, err error)
UpdateAuthenticationEventsFlow - Update authenticationEventsFlow. Update the properties of an authenticationEventsFlow object by ID. You must specify the @odata.type property and the value of the authenticationEventsFlow object type to update. The following derived subtypes are supported: - externalUsersSelfServiceSignupEventsFlow
type AuthenticationEventsFlowOperationPredicate ¶
type AuthenticationEventsFlowOperationPredicate struct { }
func (AuthenticationEventsFlowOperationPredicate) Matches ¶
func (p AuthenticationEventsFlowOperationPredicate) Matches(input stable.AuthenticationEventsFlow) bool
type CreateAuthenticationEventsFlowOperationOptions ¶
type CreateAuthenticationEventsFlowOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateAuthenticationEventsFlowOperationOptions ¶
func DefaultCreateAuthenticationEventsFlowOperationOptions() CreateAuthenticationEventsFlowOperationOptions
func (CreateAuthenticationEventsFlowOperationOptions) ToHeaders ¶
func (o CreateAuthenticationEventsFlowOperationOptions) ToHeaders() *client.Headers
func (CreateAuthenticationEventsFlowOperationOptions) ToOData ¶
func (o CreateAuthenticationEventsFlowOperationOptions) ToOData() *odata.Query
func (CreateAuthenticationEventsFlowOperationOptions) ToQuery ¶
func (o CreateAuthenticationEventsFlowOperationOptions) ToQuery() *client.QueryParams
type DeleteAuthenticationEventsFlowOperationOptions ¶
type DeleteAuthenticationEventsFlowOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteAuthenticationEventsFlowOperationOptions ¶
func DefaultDeleteAuthenticationEventsFlowOperationOptions() DeleteAuthenticationEventsFlowOperationOptions
func (DeleteAuthenticationEventsFlowOperationOptions) ToHeaders ¶
func (o DeleteAuthenticationEventsFlowOperationOptions) ToHeaders() *client.Headers
func (DeleteAuthenticationEventsFlowOperationOptions) ToOData ¶
func (o DeleteAuthenticationEventsFlowOperationOptions) ToOData() *odata.Query
func (DeleteAuthenticationEventsFlowOperationOptions) ToQuery ¶
func (o DeleteAuthenticationEventsFlowOperationOptions) ToQuery() *client.QueryParams
type GetAuthenticationEventsFlowOperationOptions ¶
type GetAuthenticationEventsFlowOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetAuthenticationEventsFlowOperationOptions ¶
func DefaultGetAuthenticationEventsFlowOperationOptions() GetAuthenticationEventsFlowOperationOptions
func (GetAuthenticationEventsFlowOperationOptions) ToHeaders ¶
func (o GetAuthenticationEventsFlowOperationOptions) ToHeaders() *client.Headers
func (GetAuthenticationEventsFlowOperationOptions) ToOData ¶
func (o GetAuthenticationEventsFlowOperationOptions) ToOData() *odata.Query
func (GetAuthenticationEventsFlowOperationOptions) ToQuery ¶
func (o GetAuthenticationEventsFlowOperationOptions) ToQuery() *client.QueryParams
type GetAuthenticationEventsFlowsCountOperationOptions ¶
type GetAuthenticationEventsFlowsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetAuthenticationEventsFlowsCountOperationOptions ¶
func DefaultGetAuthenticationEventsFlowsCountOperationOptions() GetAuthenticationEventsFlowsCountOperationOptions
func (GetAuthenticationEventsFlowsCountOperationOptions) ToHeaders ¶
func (o GetAuthenticationEventsFlowsCountOperationOptions) ToHeaders() *client.Headers
func (GetAuthenticationEventsFlowsCountOperationOptions) ToOData ¶
func (o GetAuthenticationEventsFlowsCountOperationOptions) ToOData() *odata.Query
func (GetAuthenticationEventsFlowsCountOperationOptions) ToQuery ¶
func (o GetAuthenticationEventsFlowsCountOperationOptions) ToQuery() *client.QueryParams
type ListAuthenticationEventsFlowsCompleteResult ¶
type ListAuthenticationEventsFlowsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.AuthenticationEventsFlow }
type ListAuthenticationEventsFlowsCustomPager ¶
type ListAuthenticationEventsFlowsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListAuthenticationEventsFlowsCustomPager) NextPageLink ¶
func (p *ListAuthenticationEventsFlowsCustomPager) NextPageLink() *odata.Link
type ListAuthenticationEventsFlowsOperationOptions ¶
type ListAuthenticationEventsFlowsOperationOptions 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 DefaultListAuthenticationEventsFlowsOperationOptions ¶
func DefaultListAuthenticationEventsFlowsOperationOptions() ListAuthenticationEventsFlowsOperationOptions
func (ListAuthenticationEventsFlowsOperationOptions) ToHeaders ¶
func (o ListAuthenticationEventsFlowsOperationOptions) ToHeaders() *client.Headers
func (ListAuthenticationEventsFlowsOperationOptions) ToOData ¶
func (o ListAuthenticationEventsFlowsOperationOptions) ToOData() *odata.Query
func (ListAuthenticationEventsFlowsOperationOptions) ToQuery ¶
func (o ListAuthenticationEventsFlowsOperationOptions) ToQuery() *client.QueryParams
type UpdateAuthenticationEventsFlowOperationOptions ¶
type UpdateAuthenticationEventsFlowOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateAuthenticationEventsFlowOperationOptions ¶
func DefaultUpdateAuthenticationEventsFlowOperationOptions() UpdateAuthenticationEventsFlowOperationOptions
func (UpdateAuthenticationEventsFlowOperationOptions) ToHeaders ¶
func (o UpdateAuthenticationEventsFlowOperationOptions) ToHeaders() *client.Headers
func (UpdateAuthenticationEventsFlowOperationOptions) ToOData ¶
func (o UpdateAuthenticationEventsFlowOperationOptions) ToOData() *odata.Query
func (UpdateAuthenticationEventsFlowOperationOptions) ToQuery ¶
func (o UpdateAuthenticationEventsFlowOperationOptions) ToQuery() *client.QueryParams