lifecycleworkflowworkflowversiontask

package
v0.20241111.1164443 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateLifecycleWorkflowVersionTaskOperationOptions

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

func DefaultCreateLifecycleWorkflowVersionTaskOperationOptions

func DefaultCreateLifecycleWorkflowVersionTaskOperationOptions() CreateLifecycleWorkflowVersionTaskOperationOptions

func (CreateLifecycleWorkflowVersionTaskOperationOptions) ToHeaders

func (CreateLifecycleWorkflowVersionTaskOperationOptions) ToOData

func (CreateLifecycleWorkflowVersionTaskOperationOptions) ToQuery

type CreateLifecycleWorkflowVersionTaskOperationResponse

type CreateLifecycleWorkflowVersionTaskOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.IdentityGovernanceTask
}

type DeleteLifecycleWorkflowVersionTaskOperationOptions

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

func DefaultDeleteLifecycleWorkflowVersionTaskOperationOptions

func DefaultDeleteLifecycleWorkflowVersionTaskOperationOptions() DeleteLifecycleWorkflowVersionTaskOperationOptions

func (DeleteLifecycleWorkflowVersionTaskOperationOptions) ToHeaders

func (DeleteLifecycleWorkflowVersionTaskOperationOptions) ToOData

func (DeleteLifecycleWorkflowVersionTaskOperationOptions) ToQuery

type DeleteLifecycleWorkflowVersionTaskOperationResponse

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

type GetLifecycleWorkflowVersionTaskOperationOptions

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

func DefaultGetLifecycleWorkflowVersionTaskOperationOptions

func DefaultGetLifecycleWorkflowVersionTaskOperationOptions() GetLifecycleWorkflowVersionTaskOperationOptions

func (GetLifecycleWorkflowVersionTaskOperationOptions) ToHeaders

func (GetLifecycleWorkflowVersionTaskOperationOptions) ToOData

func (GetLifecycleWorkflowVersionTaskOperationOptions) ToQuery

type GetLifecycleWorkflowVersionTaskOperationResponse

type GetLifecycleWorkflowVersionTaskOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.IdentityGovernanceTask
}

type GetLifecycleWorkflowVersionTasksCountOperationOptions

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

func DefaultGetLifecycleWorkflowVersionTasksCountOperationOptions

func DefaultGetLifecycleWorkflowVersionTasksCountOperationOptions() GetLifecycleWorkflowVersionTasksCountOperationOptions

func (GetLifecycleWorkflowVersionTasksCountOperationOptions) ToHeaders

func (GetLifecycleWorkflowVersionTasksCountOperationOptions) ToOData

func (GetLifecycleWorkflowVersionTasksCountOperationOptions) ToQuery

type GetLifecycleWorkflowVersionTasksCountOperationResponse

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

type IdentityGovernanceTaskOperationPredicate

type IdentityGovernanceTaskOperationPredicate struct {
}

func (IdentityGovernanceTaskOperationPredicate) Matches

type LifecycleWorkflowWorkflowVersionTaskClient

type LifecycleWorkflowWorkflowVersionTaskClient struct {
	Client *msgraph.Client
}

func NewLifecycleWorkflowWorkflowVersionTaskClientWithBaseURI

func NewLifecycleWorkflowWorkflowVersionTaskClientWithBaseURI(sdkApi sdkEnv.Api) (*LifecycleWorkflowWorkflowVersionTaskClient, error)

func (LifecycleWorkflowWorkflowVersionTaskClient) CreateLifecycleWorkflowVersionTask

CreateLifecycleWorkflowVersionTask - Create new navigation property to tasks for identityGovernance

func (LifecycleWorkflowWorkflowVersionTaskClient) DeleteLifecycleWorkflowVersionTask

DeleteLifecycleWorkflowVersionTask - Delete navigation property tasks for identityGovernance

func (LifecycleWorkflowWorkflowVersionTaskClient) GetLifecycleWorkflowVersionTask

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

func (LifecycleWorkflowWorkflowVersionTaskClient) GetLifecycleWorkflowVersionTasksCount

GetLifecycleWorkflowVersionTasksCount - Get the number of the resource

func (LifecycleWorkflowWorkflowVersionTaskClient) ListLifecycleWorkflowVersionTasks

ListLifecycleWorkflowVersionTasks - List tasks (in a workflowVersion). Get a list of task objects in a workflowVersion.

func (LifecycleWorkflowWorkflowVersionTaskClient) ListLifecycleWorkflowVersionTasksComplete

ListLifecycleWorkflowVersionTasksComplete retrieves all the results into a single object

func (LifecycleWorkflowWorkflowVersionTaskClient) ListLifecycleWorkflowVersionTasksCompleteMatchingPredicate

ListLifecycleWorkflowVersionTasksCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (LifecycleWorkflowWorkflowVersionTaskClient) UpdateLifecycleWorkflowVersionTask

UpdateLifecycleWorkflowVersionTask - Update the navigation property tasks in identityGovernance

type ListLifecycleWorkflowVersionTasksCompleteResult

type ListLifecycleWorkflowVersionTasksCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.IdentityGovernanceTask
}

type ListLifecycleWorkflowVersionTasksCustomPager

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

type ListLifecycleWorkflowVersionTasksOperationOptions

type ListLifecycleWorkflowVersionTasksOperationOptions 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 DefaultListLifecycleWorkflowVersionTasksOperationOptions

func DefaultListLifecycleWorkflowVersionTasksOperationOptions() ListLifecycleWorkflowVersionTasksOperationOptions

func (ListLifecycleWorkflowVersionTasksOperationOptions) ToHeaders

func (ListLifecycleWorkflowVersionTasksOperationOptions) ToOData

func (ListLifecycleWorkflowVersionTasksOperationOptions) ToQuery

type ListLifecycleWorkflowVersionTasksOperationResponse

type ListLifecycleWorkflowVersionTasksOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.IdentityGovernanceTask
}

type UpdateLifecycleWorkflowVersionTaskOperationOptions

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

func DefaultUpdateLifecycleWorkflowVersionTaskOperationOptions

func DefaultUpdateLifecycleWorkflowVersionTaskOperationOptions() UpdateLifecycleWorkflowVersionTaskOperationOptions

func (UpdateLifecycleWorkflowVersionTaskOperationOptions) ToHeaders

func (UpdateLifecycleWorkflowVersionTaskOperationOptions) ToOData

func (UpdateLifecycleWorkflowVersionTaskOperationOptions) ToQuery

type UpdateLifecycleWorkflowVersionTaskOperationResponse

type UpdateLifecycleWorkflowVersionTaskOperationResponse 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