Documentation ¶
Index ¶
- type GetLifecycleWorkflowTemplateOperationOptions
- type GetLifecycleWorkflowTemplateOperationResponse
- type GetLifecycleWorkflowTemplatesCountOperationOptions
- type GetLifecycleWorkflowTemplatesCountOperationResponse
- type IdentityGovernanceWorkflowTemplateOperationPredicate
- type LifecycleWorkflowWorkflowTemplateClient
- func (c LifecycleWorkflowWorkflowTemplateClient) GetLifecycleWorkflowTemplate(ctx context.Context, ...) (result GetLifecycleWorkflowTemplateOperationResponse, err error)
- func (c LifecycleWorkflowWorkflowTemplateClient) GetLifecycleWorkflowTemplatesCount(ctx context.Context, ...) (result GetLifecycleWorkflowTemplatesCountOperationResponse, err error)
- func (c LifecycleWorkflowWorkflowTemplateClient) ListLifecycleWorkflowTemplates(ctx context.Context, options ListLifecycleWorkflowTemplatesOperationOptions) (result ListLifecycleWorkflowTemplatesOperationResponse, err error)
- func (c LifecycleWorkflowWorkflowTemplateClient) ListLifecycleWorkflowTemplatesComplete(ctx context.Context, options ListLifecycleWorkflowTemplatesOperationOptions) (ListLifecycleWorkflowTemplatesCompleteResult, error)
- func (c LifecycleWorkflowWorkflowTemplateClient) ListLifecycleWorkflowTemplatesCompleteMatchingPredicate(ctx context.Context, options ListLifecycleWorkflowTemplatesOperationOptions, ...) (result ListLifecycleWorkflowTemplatesCompleteResult, err error)
- type ListLifecycleWorkflowTemplatesCompleteResult
- type ListLifecycleWorkflowTemplatesCustomPager
- type ListLifecycleWorkflowTemplatesOperationOptions
- type ListLifecycleWorkflowTemplatesOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetLifecycleWorkflowTemplateOperationOptions ¶
type GetLifecycleWorkflowTemplateOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetLifecycleWorkflowTemplateOperationOptions ¶
func DefaultGetLifecycleWorkflowTemplateOperationOptions() GetLifecycleWorkflowTemplateOperationOptions
func (GetLifecycleWorkflowTemplateOperationOptions) ToHeaders ¶
func (o GetLifecycleWorkflowTemplateOperationOptions) ToHeaders() *client.Headers
func (GetLifecycleWorkflowTemplateOperationOptions) ToOData ¶
func (o GetLifecycleWorkflowTemplateOperationOptions) ToOData() *odata.Query
func (GetLifecycleWorkflowTemplateOperationOptions) ToQuery ¶
func (o GetLifecycleWorkflowTemplateOperationOptions) ToQuery() *client.QueryParams
type GetLifecycleWorkflowTemplatesCountOperationOptions ¶
type GetLifecycleWorkflowTemplatesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetLifecycleWorkflowTemplatesCountOperationOptions ¶
func DefaultGetLifecycleWorkflowTemplatesCountOperationOptions() GetLifecycleWorkflowTemplatesCountOperationOptions
func (GetLifecycleWorkflowTemplatesCountOperationOptions) ToHeaders ¶
func (o GetLifecycleWorkflowTemplatesCountOperationOptions) ToHeaders() *client.Headers
func (GetLifecycleWorkflowTemplatesCountOperationOptions) ToOData ¶
func (o GetLifecycleWorkflowTemplatesCountOperationOptions) ToOData() *odata.Query
func (GetLifecycleWorkflowTemplatesCountOperationOptions) ToQuery ¶
func (o GetLifecycleWorkflowTemplatesCountOperationOptions) ToQuery() *client.QueryParams
type IdentityGovernanceWorkflowTemplateOperationPredicate ¶
type IdentityGovernanceWorkflowTemplateOperationPredicate struct { }
func (IdentityGovernanceWorkflowTemplateOperationPredicate) Matches ¶
func (p IdentityGovernanceWorkflowTemplateOperationPredicate) Matches(input stable.IdentityGovernanceWorkflowTemplate) bool
type LifecycleWorkflowWorkflowTemplateClient ¶
func NewLifecycleWorkflowWorkflowTemplateClientWithBaseURI ¶
func NewLifecycleWorkflowWorkflowTemplateClientWithBaseURI(sdkApi sdkEnv.Api) (*LifecycleWorkflowWorkflowTemplateClient, error)
func (LifecycleWorkflowWorkflowTemplateClient) GetLifecycleWorkflowTemplate ¶
func (c LifecycleWorkflowWorkflowTemplateClient) GetLifecycleWorkflowTemplate(ctx context.Context, id stable.IdentityGovernanceLifecycleWorkflowWorkflowTemplateId, options GetLifecycleWorkflowTemplateOperationOptions) (result GetLifecycleWorkflowTemplateOperationResponse, err error)
GetLifecycleWorkflowTemplate - Get workflowTemplate. Read the properties and relationships of a workflowTemplate object.
func (LifecycleWorkflowWorkflowTemplateClient) GetLifecycleWorkflowTemplatesCount ¶
func (c LifecycleWorkflowWorkflowTemplateClient) GetLifecycleWorkflowTemplatesCount(ctx context.Context, options GetLifecycleWorkflowTemplatesCountOperationOptions) (result GetLifecycleWorkflowTemplatesCountOperationResponse, err error)
GetLifecycleWorkflowTemplatesCount - Get the number of the resource
func (LifecycleWorkflowWorkflowTemplateClient) ListLifecycleWorkflowTemplates ¶
func (c LifecycleWorkflowWorkflowTemplateClient) ListLifecycleWorkflowTemplates(ctx context.Context, options ListLifecycleWorkflowTemplatesOperationOptions) (result ListLifecycleWorkflowTemplatesOperationResponse, err error)
ListLifecycleWorkflowTemplates - List workflowTemplates. Get a list of the workflowTemplate objects and their properties.
func (LifecycleWorkflowWorkflowTemplateClient) ListLifecycleWorkflowTemplatesComplete ¶
func (c LifecycleWorkflowWorkflowTemplateClient) ListLifecycleWorkflowTemplatesComplete(ctx context.Context, options ListLifecycleWorkflowTemplatesOperationOptions) (ListLifecycleWorkflowTemplatesCompleteResult, error)
ListLifecycleWorkflowTemplatesComplete retrieves all the results into a single object
func (LifecycleWorkflowWorkflowTemplateClient) ListLifecycleWorkflowTemplatesCompleteMatchingPredicate ¶
func (c LifecycleWorkflowWorkflowTemplateClient) ListLifecycleWorkflowTemplatesCompleteMatchingPredicate(ctx context.Context, options ListLifecycleWorkflowTemplatesOperationOptions, predicate IdentityGovernanceWorkflowTemplateOperationPredicate) (result ListLifecycleWorkflowTemplatesCompleteResult, err error)
ListLifecycleWorkflowTemplatesCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ListLifecycleWorkflowTemplatesCompleteResult ¶
type ListLifecycleWorkflowTemplatesCompleteResult struct { LatestHttpResponse *http.Response Items []stable.IdentityGovernanceWorkflowTemplate }
type ListLifecycleWorkflowTemplatesCustomPager ¶
type ListLifecycleWorkflowTemplatesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListLifecycleWorkflowTemplatesCustomPager) NextPageLink ¶
func (p *ListLifecycleWorkflowTemplatesCustomPager) NextPageLink() *odata.Link
type ListLifecycleWorkflowTemplatesOperationOptions ¶
type ListLifecycleWorkflowTemplatesOperationOptions 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 DefaultListLifecycleWorkflowTemplatesOperationOptions ¶
func DefaultListLifecycleWorkflowTemplatesOperationOptions() ListLifecycleWorkflowTemplatesOperationOptions
func (ListLifecycleWorkflowTemplatesOperationOptions) ToHeaders ¶
func (o ListLifecycleWorkflowTemplatesOperationOptions) ToHeaders() *client.Headers
func (ListLifecycleWorkflowTemplatesOperationOptions) ToOData ¶
func (o ListLifecycleWorkflowTemplatesOperationOptions) ToOData() *odata.Query
func (ListLifecycleWorkflowTemplatesOperationOptions) ToQuery ¶
func (o ListLifecycleWorkflowTemplatesOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.