Documentation ¶
Index ¶
- type CreateLifecycleWorkflowCustomTaskExtensionOperationOptions
- type CreateLifecycleWorkflowCustomTaskExtensionOperationResponse
- type DeleteLifecycleWorkflowCustomTaskExtensionOperationOptions
- type DeleteLifecycleWorkflowCustomTaskExtensionOperationResponse
- type GetLifecycleWorkflowCustomTaskExtensionOperationOptions
- type GetLifecycleWorkflowCustomTaskExtensionOperationResponse
- type GetLifecycleWorkflowCustomTaskExtensionsCountOperationOptions
- type GetLifecycleWorkflowCustomTaskExtensionsCountOperationResponse
- type IdentityGovernanceCustomTaskExtensionOperationPredicate
- type LifecycleWorkflowCustomTaskExtensionClient
- func (c LifecycleWorkflowCustomTaskExtensionClient) CreateLifecycleWorkflowCustomTaskExtension(ctx context.Context, input beta.IdentityGovernanceCustomTaskExtension, ...) (result CreateLifecycleWorkflowCustomTaskExtensionOperationResponse, err error)
- func (c LifecycleWorkflowCustomTaskExtensionClient) DeleteLifecycleWorkflowCustomTaskExtension(ctx context.Context, ...) (result DeleteLifecycleWorkflowCustomTaskExtensionOperationResponse, err error)
- func (c LifecycleWorkflowCustomTaskExtensionClient) GetLifecycleWorkflowCustomTaskExtension(ctx context.Context, ...) (result GetLifecycleWorkflowCustomTaskExtensionOperationResponse, err error)
- func (c LifecycleWorkflowCustomTaskExtensionClient) GetLifecycleWorkflowCustomTaskExtensionsCount(ctx context.Context, ...) (result GetLifecycleWorkflowCustomTaskExtensionsCountOperationResponse, ...)
- func (c LifecycleWorkflowCustomTaskExtensionClient) ListLifecycleWorkflowCustomTaskExtensions(ctx context.Context, ...) (result ListLifecycleWorkflowCustomTaskExtensionsOperationResponse, err error)
- func (c LifecycleWorkflowCustomTaskExtensionClient) ListLifecycleWorkflowCustomTaskExtensionsComplete(ctx context.Context, ...) (ListLifecycleWorkflowCustomTaskExtensionsCompleteResult, error)
- func (c LifecycleWorkflowCustomTaskExtensionClient) ListLifecycleWorkflowCustomTaskExtensionsCompleteMatchingPredicate(ctx context.Context, ...) (result ListLifecycleWorkflowCustomTaskExtensionsCompleteResult, err error)
- func (c LifecycleWorkflowCustomTaskExtensionClient) UpdateLifecycleWorkflowCustomTaskExtension(ctx context.Context, ...) (result UpdateLifecycleWorkflowCustomTaskExtensionOperationResponse, err error)
- type ListLifecycleWorkflowCustomTaskExtensionsCompleteResult
- type ListLifecycleWorkflowCustomTaskExtensionsCustomPager
- type ListLifecycleWorkflowCustomTaskExtensionsOperationOptions
- type ListLifecycleWorkflowCustomTaskExtensionsOperationResponse
- type UpdateLifecycleWorkflowCustomTaskExtensionOperationOptions
- type UpdateLifecycleWorkflowCustomTaskExtensionOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateLifecycleWorkflowCustomTaskExtensionOperationOptions ¶
type CreateLifecycleWorkflowCustomTaskExtensionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateLifecycleWorkflowCustomTaskExtensionOperationOptions ¶
func DefaultCreateLifecycleWorkflowCustomTaskExtensionOperationOptions() CreateLifecycleWorkflowCustomTaskExtensionOperationOptions
func (CreateLifecycleWorkflowCustomTaskExtensionOperationOptions) ToHeaders ¶
func (o CreateLifecycleWorkflowCustomTaskExtensionOperationOptions) ToHeaders() *client.Headers
func (CreateLifecycleWorkflowCustomTaskExtensionOperationOptions) ToOData ¶
func (o CreateLifecycleWorkflowCustomTaskExtensionOperationOptions) ToOData() *odata.Query
func (CreateLifecycleWorkflowCustomTaskExtensionOperationOptions) ToQuery ¶
func (o CreateLifecycleWorkflowCustomTaskExtensionOperationOptions) ToQuery() *client.QueryParams
type DeleteLifecycleWorkflowCustomTaskExtensionOperationOptions ¶
type DeleteLifecycleWorkflowCustomTaskExtensionOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteLifecycleWorkflowCustomTaskExtensionOperationOptions ¶
func DefaultDeleteLifecycleWorkflowCustomTaskExtensionOperationOptions() DeleteLifecycleWorkflowCustomTaskExtensionOperationOptions
func (DeleteLifecycleWorkflowCustomTaskExtensionOperationOptions) ToHeaders ¶
func (o DeleteLifecycleWorkflowCustomTaskExtensionOperationOptions) ToHeaders() *client.Headers
func (DeleteLifecycleWorkflowCustomTaskExtensionOperationOptions) ToOData ¶
func (o DeleteLifecycleWorkflowCustomTaskExtensionOperationOptions) ToOData() *odata.Query
func (DeleteLifecycleWorkflowCustomTaskExtensionOperationOptions) ToQuery ¶
func (o DeleteLifecycleWorkflowCustomTaskExtensionOperationOptions) ToQuery() *client.QueryParams
type GetLifecycleWorkflowCustomTaskExtensionOperationOptions ¶
type GetLifecycleWorkflowCustomTaskExtensionOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetLifecycleWorkflowCustomTaskExtensionOperationOptions ¶
func DefaultGetLifecycleWorkflowCustomTaskExtensionOperationOptions() GetLifecycleWorkflowCustomTaskExtensionOperationOptions
func (GetLifecycleWorkflowCustomTaskExtensionOperationOptions) ToHeaders ¶
func (o GetLifecycleWorkflowCustomTaskExtensionOperationOptions) ToHeaders() *client.Headers
func (GetLifecycleWorkflowCustomTaskExtensionOperationOptions) ToOData ¶
func (o GetLifecycleWorkflowCustomTaskExtensionOperationOptions) ToOData() *odata.Query
func (GetLifecycleWorkflowCustomTaskExtensionOperationOptions) ToQuery ¶
func (o GetLifecycleWorkflowCustomTaskExtensionOperationOptions) ToQuery() *client.QueryParams
type GetLifecycleWorkflowCustomTaskExtensionsCountOperationOptions ¶
type GetLifecycleWorkflowCustomTaskExtensionsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetLifecycleWorkflowCustomTaskExtensionsCountOperationOptions ¶
func DefaultGetLifecycleWorkflowCustomTaskExtensionsCountOperationOptions() GetLifecycleWorkflowCustomTaskExtensionsCountOperationOptions
func (GetLifecycleWorkflowCustomTaskExtensionsCountOperationOptions) ToHeaders ¶
func (o GetLifecycleWorkflowCustomTaskExtensionsCountOperationOptions) ToHeaders() *client.Headers
func (GetLifecycleWorkflowCustomTaskExtensionsCountOperationOptions) ToOData ¶
func (o GetLifecycleWorkflowCustomTaskExtensionsCountOperationOptions) ToOData() *odata.Query
func (GetLifecycleWorkflowCustomTaskExtensionsCountOperationOptions) ToQuery ¶
func (o GetLifecycleWorkflowCustomTaskExtensionsCountOperationOptions) ToQuery() *client.QueryParams
type IdentityGovernanceCustomTaskExtensionOperationPredicate ¶
type IdentityGovernanceCustomTaskExtensionOperationPredicate struct { }
func (IdentityGovernanceCustomTaskExtensionOperationPredicate) Matches ¶
func (p IdentityGovernanceCustomTaskExtensionOperationPredicate) Matches(input beta.IdentityGovernanceCustomTaskExtension) bool
type LifecycleWorkflowCustomTaskExtensionClient ¶
func NewLifecycleWorkflowCustomTaskExtensionClientWithBaseURI ¶
func NewLifecycleWorkflowCustomTaskExtensionClientWithBaseURI(sdkApi sdkEnv.Api) (*LifecycleWorkflowCustomTaskExtensionClient, error)
func (LifecycleWorkflowCustomTaskExtensionClient) CreateLifecycleWorkflowCustomTaskExtension ¶
func (c LifecycleWorkflowCustomTaskExtensionClient) CreateLifecycleWorkflowCustomTaskExtension(ctx context.Context, input beta.IdentityGovernanceCustomTaskExtension, options CreateLifecycleWorkflowCustomTaskExtensionOperationOptions) (result CreateLifecycleWorkflowCustomTaskExtensionOperationResponse, err error)
CreateLifecycleWorkflowCustomTaskExtension - Create customTaskExtensions. Create a new customTaskExtension object.
func (LifecycleWorkflowCustomTaskExtensionClient) DeleteLifecycleWorkflowCustomTaskExtension ¶
func (c LifecycleWorkflowCustomTaskExtensionClient) DeleteLifecycleWorkflowCustomTaskExtension(ctx context.Context, id beta.IdentityGovernanceLifecycleWorkflowCustomTaskExtensionId, options DeleteLifecycleWorkflowCustomTaskExtensionOperationOptions) (result DeleteLifecycleWorkflowCustomTaskExtensionOperationResponse, err error)
DeleteLifecycleWorkflowCustomTaskExtension - Delete customTaskExtension. Delete a customTaskExtension object. A custom task extension can only be deleted if it is not referenced in any task objects in a lifecycle workflow.
func (LifecycleWorkflowCustomTaskExtensionClient) GetLifecycleWorkflowCustomTaskExtension ¶
func (c LifecycleWorkflowCustomTaskExtensionClient) GetLifecycleWorkflowCustomTaskExtension(ctx context.Context, id beta.IdentityGovernanceLifecycleWorkflowCustomTaskExtensionId, options GetLifecycleWorkflowCustomTaskExtensionOperationOptions) (result GetLifecycleWorkflowCustomTaskExtensionOperationResponse, err error)
GetLifecycleWorkflowCustomTaskExtension - Get customTaskExtension. Read the properties and relationships of a customTaskExtension object.
func (LifecycleWorkflowCustomTaskExtensionClient) GetLifecycleWorkflowCustomTaskExtensionsCount ¶
func (c LifecycleWorkflowCustomTaskExtensionClient) GetLifecycleWorkflowCustomTaskExtensionsCount(ctx context.Context, options GetLifecycleWorkflowCustomTaskExtensionsCountOperationOptions) (result GetLifecycleWorkflowCustomTaskExtensionsCountOperationResponse, err error)
GetLifecycleWorkflowCustomTaskExtensionsCount - Get the number of the resource
func (LifecycleWorkflowCustomTaskExtensionClient) ListLifecycleWorkflowCustomTaskExtensions ¶
func (c LifecycleWorkflowCustomTaskExtensionClient) ListLifecycleWorkflowCustomTaskExtensions(ctx context.Context, options ListLifecycleWorkflowCustomTaskExtensionsOperationOptions) (result ListLifecycleWorkflowCustomTaskExtensionsOperationResponse, err error)
ListLifecycleWorkflowCustomTaskExtensions - List customTaskExtensions. Get a list of the customTaskExtension objects and their properties.
func (LifecycleWorkflowCustomTaskExtensionClient) ListLifecycleWorkflowCustomTaskExtensionsComplete ¶
func (c LifecycleWorkflowCustomTaskExtensionClient) ListLifecycleWorkflowCustomTaskExtensionsComplete(ctx context.Context, options ListLifecycleWorkflowCustomTaskExtensionsOperationOptions) (ListLifecycleWorkflowCustomTaskExtensionsCompleteResult, error)
ListLifecycleWorkflowCustomTaskExtensionsComplete retrieves all the results into a single object
func (LifecycleWorkflowCustomTaskExtensionClient) ListLifecycleWorkflowCustomTaskExtensionsCompleteMatchingPredicate ¶
func (c LifecycleWorkflowCustomTaskExtensionClient) ListLifecycleWorkflowCustomTaskExtensionsCompleteMatchingPredicate(ctx context.Context, options ListLifecycleWorkflowCustomTaskExtensionsOperationOptions, predicate IdentityGovernanceCustomTaskExtensionOperationPredicate) (result ListLifecycleWorkflowCustomTaskExtensionsCompleteResult, err error)
ListLifecycleWorkflowCustomTaskExtensionsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (LifecycleWorkflowCustomTaskExtensionClient) UpdateLifecycleWorkflowCustomTaskExtension ¶
func (c LifecycleWorkflowCustomTaskExtensionClient) UpdateLifecycleWorkflowCustomTaskExtension(ctx context.Context, id beta.IdentityGovernanceLifecycleWorkflowCustomTaskExtensionId, input beta.IdentityGovernanceCustomTaskExtension, options UpdateLifecycleWorkflowCustomTaskExtensionOperationOptions) (result UpdateLifecycleWorkflowCustomTaskExtensionOperationResponse, err error)
UpdateLifecycleWorkflowCustomTaskExtension - Update customTaskExtension. Update the properties of a customTaskExtension object.
type ListLifecycleWorkflowCustomTaskExtensionsCompleteResult ¶
type ListLifecycleWorkflowCustomTaskExtensionsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.IdentityGovernanceCustomTaskExtension }
type ListLifecycleWorkflowCustomTaskExtensionsCustomPager ¶
type ListLifecycleWorkflowCustomTaskExtensionsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListLifecycleWorkflowCustomTaskExtensionsCustomPager) NextPageLink ¶
func (p *ListLifecycleWorkflowCustomTaskExtensionsCustomPager) NextPageLink() *odata.Link
type ListLifecycleWorkflowCustomTaskExtensionsOperationOptions ¶
type ListLifecycleWorkflowCustomTaskExtensionsOperationOptions 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 DefaultListLifecycleWorkflowCustomTaskExtensionsOperationOptions ¶
func DefaultListLifecycleWorkflowCustomTaskExtensionsOperationOptions() ListLifecycleWorkflowCustomTaskExtensionsOperationOptions
func (ListLifecycleWorkflowCustomTaskExtensionsOperationOptions) ToHeaders ¶
func (o ListLifecycleWorkflowCustomTaskExtensionsOperationOptions) ToHeaders() *client.Headers
func (ListLifecycleWorkflowCustomTaskExtensionsOperationOptions) ToOData ¶
func (o ListLifecycleWorkflowCustomTaskExtensionsOperationOptions) ToOData() *odata.Query
func (ListLifecycleWorkflowCustomTaskExtensionsOperationOptions) ToQuery ¶
func (o ListLifecycleWorkflowCustomTaskExtensionsOperationOptions) ToQuery() *client.QueryParams
type UpdateLifecycleWorkflowCustomTaskExtensionOperationOptions ¶
type UpdateLifecycleWorkflowCustomTaskExtensionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateLifecycleWorkflowCustomTaskExtensionOperationOptions ¶
func DefaultUpdateLifecycleWorkflowCustomTaskExtensionOperationOptions() UpdateLifecycleWorkflowCustomTaskExtensionOperationOptions
func (UpdateLifecycleWorkflowCustomTaskExtensionOperationOptions) ToHeaders ¶
func (o UpdateLifecycleWorkflowCustomTaskExtensionOperationOptions) ToHeaders() *client.Headers
func (UpdateLifecycleWorkflowCustomTaskExtensionOperationOptions) ToOData ¶
func (o UpdateLifecycleWorkflowCustomTaskExtensionOperationOptions) ToOData() *odata.Query
func (UpdateLifecycleWorkflowCustomTaskExtensionOperationOptions) ToQuery ¶
func (o UpdateLifecycleWorkflowCustomTaskExtensionOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createlifecycleworkflowcustomtaskextension.go
- method_deletelifecycleworkflowcustomtaskextension.go
- method_getlifecycleworkflowcustomtaskextension.go
- method_getlifecycleworkflowcustomtaskextensionscount.go
- method_listlifecycleworkflowcustomtaskextensions.go
- method_updatelifecycleworkflowcustomtaskextension.go
- predicates.go
- version.go