Documentation ¶
Index ¶
- type GetLifecycleWorkflowTemplateTaskOperationOptions
- type GetLifecycleWorkflowTemplateTaskOperationResponse
- type GetLifecycleWorkflowTemplateTasksCountOperationOptions
- type GetLifecycleWorkflowTemplateTasksCountOperationResponse
- type IdentityGovernanceTaskOperationPredicate
- type LifecycleWorkflowWorkflowTemplateTaskClient
- func (c LifecycleWorkflowWorkflowTemplateTaskClient) GetLifecycleWorkflowTemplateTask(ctx context.Context, ...) (result GetLifecycleWorkflowTemplateTaskOperationResponse, err error)
- func (c LifecycleWorkflowWorkflowTemplateTaskClient) GetLifecycleWorkflowTemplateTasksCount(ctx context.Context, ...) (result GetLifecycleWorkflowTemplateTasksCountOperationResponse, err error)
- func (c LifecycleWorkflowWorkflowTemplateTaskClient) ListLifecycleWorkflowTemplateTasks(ctx context.Context, ...) (result ListLifecycleWorkflowTemplateTasksOperationResponse, err error)
- func (c LifecycleWorkflowWorkflowTemplateTaskClient) ListLifecycleWorkflowTemplateTasksComplete(ctx context.Context, ...) (ListLifecycleWorkflowTemplateTasksCompleteResult, error)
- func (c LifecycleWorkflowWorkflowTemplateTaskClient) ListLifecycleWorkflowTemplateTasksCompleteMatchingPredicate(ctx context.Context, ...) (result ListLifecycleWorkflowTemplateTasksCompleteResult, err error)
- type ListLifecycleWorkflowTemplateTasksCompleteResult
- type ListLifecycleWorkflowTemplateTasksCustomPager
- type ListLifecycleWorkflowTemplateTasksOperationOptions
- type ListLifecycleWorkflowTemplateTasksOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetLifecycleWorkflowTemplateTaskOperationOptions ¶
type GetLifecycleWorkflowTemplateTaskOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetLifecycleWorkflowTemplateTaskOperationOptions ¶
func DefaultGetLifecycleWorkflowTemplateTaskOperationOptions() GetLifecycleWorkflowTemplateTaskOperationOptions
func (GetLifecycleWorkflowTemplateTaskOperationOptions) ToHeaders ¶
func (o GetLifecycleWorkflowTemplateTaskOperationOptions) ToHeaders() *client.Headers
func (GetLifecycleWorkflowTemplateTaskOperationOptions) ToOData ¶
func (o GetLifecycleWorkflowTemplateTaskOperationOptions) ToOData() *odata.Query
func (GetLifecycleWorkflowTemplateTaskOperationOptions) ToQuery ¶
func (o GetLifecycleWorkflowTemplateTaskOperationOptions) ToQuery() *client.QueryParams
type GetLifecycleWorkflowTemplateTasksCountOperationOptions ¶
type GetLifecycleWorkflowTemplateTasksCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetLifecycleWorkflowTemplateTasksCountOperationOptions ¶
func DefaultGetLifecycleWorkflowTemplateTasksCountOperationOptions() GetLifecycleWorkflowTemplateTasksCountOperationOptions
func (GetLifecycleWorkflowTemplateTasksCountOperationOptions) ToHeaders ¶
func (o GetLifecycleWorkflowTemplateTasksCountOperationOptions) ToHeaders() *client.Headers
func (GetLifecycleWorkflowTemplateTasksCountOperationOptions) ToOData ¶
func (o GetLifecycleWorkflowTemplateTasksCountOperationOptions) ToOData() *odata.Query
func (GetLifecycleWorkflowTemplateTasksCountOperationOptions) ToQuery ¶
func (o GetLifecycleWorkflowTemplateTasksCountOperationOptions) ToQuery() *client.QueryParams
type IdentityGovernanceTaskOperationPredicate ¶
type IdentityGovernanceTaskOperationPredicate struct { }
func (IdentityGovernanceTaskOperationPredicate) Matches ¶
func (p IdentityGovernanceTaskOperationPredicate) Matches(input beta.IdentityGovernanceTask) bool
type LifecycleWorkflowWorkflowTemplateTaskClient ¶
func NewLifecycleWorkflowWorkflowTemplateTaskClientWithBaseURI ¶
func NewLifecycleWorkflowWorkflowTemplateTaskClientWithBaseURI(sdkApi sdkEnv.Api) (*LifecycleWorkflowWorkflowTemplateTaskClient, error)
func (LifecycleWorkflowWorkflowTemplateTaskClient) GetLifecycleWorkflowTemplateTask ¶
func (c LifecycleWorkflowWorkflowTemplateTaskClient) GetLifecycleWorkflowTemplateTask(ctx context.Context, id beta.IdentityGovernanceLifecycleWorkflowWorkflowTemplateIdTaskId, options GetLifecycleWorkflowTemplateTaskOperationOptions) (result GetLifecycleWorkflowTemplateTaskOperationResponse, err error)
GetLifecycleWorkflowTemplateTask - Get tasks from identityGovernance. Represents the configured tasks to execute and their execution sequence within a workflow. This relationship is expanded by default.
func (LifecycleWorkflowWorkflowTemplateTaskClient) GetLifecycleWorkflowTemplateTasksCount ¶
func (c LifecycleWorkflowWorkflowTemplateTaskClient) GetLifecycleWorkflowTemplateTasksCount(ctx context.Context, id beta.IdentityGovernanceLifecycleWorkflowWorkflowTemplateId, options GetLifecycleWorkflowTemplateTasksCountOperationOptions) (result GetLifecycleWorkflowTemplateTasksCountOperationResponse, err error)
GetLifecycleWorkflowTemplateTasksCount - Get the number of the resource
func (LifecycleWorkflowWorkflowTemplateTaskClient) ListLifecycleWorkflowTemplateTasks ¶
func (c LifecycleWorkflowWorkflowTemplateTaskClient) ListLifecycleWorkflowTemplateTasks(ctx context.Context, id beta.IdentityGovernanceLifecycleWorkflowWorkflowTemplateId, options ListLifecycleWorkflowTemplateTasksOperationOptions) (result ListLifecycleWorkflowTemplateTasksOperationResponse, err error)
ListLifecycleWorkflowTemplateTasks - Get tasks from identityGovernance. Represents the configured tasks to execute and their execution sequence within a workflow. This relationship is expanded by default.
func (LifecycleWorkflowWorkflowTemplateTaskClient) ListLifecycleWorkflowTemplateTasksComplete ¶
func (c LifecycleWorkflowWorkflowTemplateTaskClient) ListLifecycleWorkflowTemplateTasksComplete(ctx context.Context, id beta.IdentityGovernanceLifecycleWorkflowWorkflowTemplateId, options ListLifecycleWorkflowTemplateTasksOperationOptions) (ListLifecycleWorkflowTemplateTasksCompleteResult, error)
ListLifecycleWorkflowTemplateTasksComplete retrieves all the results into a single object
func (LifecycleWorkflowWorkflowTemplateTaskClient) ListLifecycleWorkflowTemplateTasksCompleteMatchingPredicate ¶
func (c LifecycleWorkflowWorkflowTemplateTaskClient) ListLifecycleWorkflowTemplateTasksCompleteMatchingPredicate(ctx context.Context, id beta.IdentityGovernanceLifecycleWorkflowWorkflowTemplateId, options ListLifecycleWorkflowTemplateTasksOperationOptions, predicate IdentityGovernanceTaskOperationPredicate) (result ListLifecycleWorkflowTemplateTasksCompleteResult, err error)
ListLifecycleWorkflowTemplateTasksCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ListLifecycleWorkflowTemplateTasksCompleteResult ¶
type ListLifecycleWorkflowTemplateTasksCompleteResult struct { LatestHttpResponse *http.Response Items []beta.IdentityGovernanceTask }
type ListLifecycleWorkflowTemplateTasksCustomPager ¶
type ListLifecycleWorkflowTemplateTasksCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListLifecycleWorkflowTemplateTasksCustomPager) NextPageLink ¶
func (p *ListLifecycleWorkflowTemplateTasksCustomPager) NextPageLink() *odata.Link
type ListLifecycleWorkflowTemplateTasksOperationOptions ¶
type ListLifecycleWorkflowTemplateTasksOperationOptions 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 DefaultListLifecycleWorkflowTemplateTasksOperationOptions ¶
func DefaultListLifecycleWorkflowTemplateTasksOperationOptions() ListLifecycleWorkflowTemplateTasksOperationOptions
func (ListLifecycleWorkflowTemplateTasksOperationOptions) ToHeaders ¶
func (o ListLifecycleWorkflowTemplateTasksOperationOptions) ToHeaders() *client.Headers
func (ListLifecycleWorkflowTemplateTasksOperationOptions) ToOData ¶
func (o ListLifecycleWorkflowTemplateTasksOperationOptions) ToOData() *odata.Query
func (ListLifecycleWorkflowTemplateTasksOperationOptions) ToQuery ¶
func (o ListLifecycleWorkflowTemplateTasksOperationOptions) ToQuery() *client.QueryParams