lifecycleworkflowworkflowtask

package
v0.20241118.1115603 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2024 License: MPL-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateLifecycleWorkflowTaskOperationOptions

type CreateLifecycleWorkflowTaskOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateLifecycleWorkflowTaskOperationOptions

func DefaultCreateLifecycleWorkflowTaskOperationOptions() CreateLifecycleWorkflowTaskOperationOptions

func (CreateLifecycleWorkflowTaskOperationOptions) ToHeaders

func (CreateLifecycleWorkflowTaskOperationOptions) ToOData

func (CreateLifecycleWorkflowTaskOperationOptions) ToQuery

type CreateLifecycleWorkflowTaskOperationResponse

type CreateLifecycleWorkflowTaskOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.IdentityGovernanceTask
}

type DeleteLifecycleWorkflowTaskOperationOptions

type DeleteLifecycleWorkflowTaskOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteLifecycleWorkflowTaskOperationOptions

func DefaultDeleteLifecycleWorkflowTaskOperationOptions() DeleteLifecycleWorkflowTaskOperationOptions

func (DeleteLifecycleWorkflowTaskOperationOptions) ToHeaders

func (DeleteLifecycleWorkflowTaskOperationOptions) ToOData

func (DeleteLifecycleWorkflowTaskOperationOptions) ToQuery

type DeleteLifecycleWorkflowTaskOperationResponse

type DeleteLifecycleWorkflowTaskOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetLifecycleWorkflowTaskOperationOptions

type GetLifecycleWorkflowTaskOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetLifecycleWorkflowTaskOperationOptions

func DefaultGetLifecycleWorkflowTaskOperationOptions() GetLifecycleWorkflowTaskOperationOptions

func (GetLifecycleWorkflowTaskOperationOptions) ToHeaders

func (GetLifecycleWorkflowTaskOperationOptions) ToOData

func (GetLifecycleWorkflowTaskOperationOptions) ToQuery

type GetLifecycleWorkflowTaskOperationResponse

type GetLifecycleWorkflowTaskOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.IdentityGovernanceTask
}

type GetLifecycleWorkflowTasksCountOperationOptions

type GetLifecycleWorkflowTasksCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetLifecycleWorkflowTasksCountOperationOptions

func DefaultGetLifecycleWorkflowTasksCountOperationOptions() GetLifecycleWorkflowTasksCountOperationOptions

func (GetLifecycleWorkflowTasksCountOperationOptions) ToHeaders

func (GetLifecycleWorkflowTasksCountOperationOptions) ToOData

func (GetLifecycleWorkflowTasksCountOperationOptions) ToQuery

type GetLifecycleWorkflowTasksCountOperationResponse

type GetLifecycleWorkflowTasksCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type IdentityGovernanceTaskOperationPredicate

type IdentityGovernanceTaskOperationPredicate struct {
}

func (IdentityGovernanceTaskOperationPredicate) Matches

type LifecycleWorkflowWorkflowTaskClient

type LifecycleWorkflowWorkflowTaskClient struct {
	Client *msgraph.Client
}

func NewLifecycleWorkflowWorkflowTaskClientWithBaseURI

func NewLifecycleWorkflowWorkflowTaskClientWithBaseURI(sdkApi sdkEnv.Api) (*LifecycleWorkflowWorkflowTaskClient, error)

func (LifecycleWorkflowWorkflowTaskClient) CreateLifecycleWorkflowTask

CreateLifecycleWorkflowTask - Create new navigation property to tasks for identityGovernance

func (LifecycleWorkflowWorkflowTaskClient) DeleteLifecycleWorkflowTask

DeleteLifecycleWorkflowTask - Delete navigation property tasks for identityGovernance

func (LifecycleWorkflowWorkflowTaskClient) GetLifecycleWorkflowTask

GetLifecycleWorkflowTask - Get task. Get a specific task from a workflow or workflowVersion.

func (LifecycleWorkflowWorkflowTaskClient) GetLifecycleWorkflowTasksCount

GetLifecycleWorkflowTasksCount - Get the number of the resource

func (LifecycleWorkflowWorkflowTaskClient) ListLifecycleWorkflowTasks

ListLifecycleWorkflowTasks - List tasks. Retrieve the details of the built-in tasks in Lifecycle Workflows.

func (LifecycleWorkflowWorkflowTaskClient) ListLifecycleWorkflowTasksComplete

ListLifecycleWorkflowTasksComplete retrieves all the results into a single object

func (LifecycleWorkflowWorkflowTaskClient) ListLifecycleWorkflowTasksCompleteMatchingPredicate

ListLifecycleWorkflowTasksCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (LifecycleWorkflowWorkflowTaskClient) UpdateLifecycleWorkflowTask

UpdateLifecycleWorkflowTask - Update the navigation property tasks in identityGovernance

type ListLifecycleWorkflowTasksCompleteResult

type ListLifecycleWorkflowTasksCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.IdentityGovernanceTask
}

type ListLifecycleWorkflowTasksCustomPager

type ListLifecycleWorkflowTasksCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListLifecycleWorkflowTasksOperationOptions

type ListLifecycleWorkflowTasksOperationOptions 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 DefaultListLifecycleWorkflowTasksOperationOptions

func DefaultListLifecycleWorkflowTasksOperationOptions() ListLifecycleWorkflowTasksOperationOptions

func (ListLifecycleWorkflowTasksOperationOptions) ToHeaders

func (ListLifecycleWorkflowTasksOperationOptions) ToOData

func (ListLifecycleWorkflowTasksOperationOptions) ToQuery

type ListLifecycleWorkflowTasksOperationResponse

type ListLifecycleWorkflowTasksOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.IdentityGovernanceTask
}

type UpdateLifecycleWorkflowTaskOperationOptions

type UpdateLifecycleWorkflowTaskOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateLifecycleWorkflowTaskOperationOptions

func DefaultUpdateLifecycleWorkflowTaskOperationOptions() UpdateLifecycleWorkflowTaskOperationOptions

func (UpdateLifecycleWorkflowTaskOperationOptions) ToHeaders

func (UpdateLifecycleWorkflowTaskOperationOptions) ToOData

func (UpdateLifecycleWorkflowTaskOperationOptions) ToQuery

type UpdateLifecycleWorkflowTaskOperationResponse

type UpdateLifecycleWorkflowTaskOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL