lifecycleworkflowcustomtaskextension

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 CreateLifecycleWorkflowCustomTaskExtensionOperationOptions

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

func (CreateLifecycleWorkflowCustomTaskExtensionOperationOptions) ToHeaders

func (CreateLifecycleWorkflowCustomTaskExtensionOperationOptions) ToOData

func (CreateLifecycleWorkflowCustomTaskExtensionOperationOptions) ToQuery

type CreateLifecycleWorkflowCustomTaskExtensionOperationResponse

type CreateLifecycleWorkflowCustomTaskExtensionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.IdentityGovernanceCustomTaskExtension
}

type DeleteLifecycleWorkflowCustomTaskExtensionOperationOptions

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

func (DeleteLifecycleWorkflowCustomTaskExtensionOperationOptions) ToHeaders

func (DeleteLifecycleWorkflowCustomTaskExtensionOperationOptions) ToOData

func (DeleteLifecycleWorkflowCustomTaskExtensionOperationOptions) ToQuery

type DeleteLifecycleWorkflowCustomTaskExtensionOperationResponse

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

type GetLifecycleWorkflowCustomTaskExtensionOperationOptions

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

func (GetLifecycleWorkflowCustomTaskExtensionOperationOptions) ToHeaders

func (GetLifecycleWorkflowCustomTaskExtensionOperationOptions) ToOData

func (GetLifecycleWorkflowCustomTaskExtensionOperationOptions) ToQuery

type GetLifecycleWorkflowCustomTaskExtensionOperationResponse

type GetLifecycleWorkflowCustomTaskExtensionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.IdentityGovernanceCustomTaskExtension
}

type GetLifecycleWorkflowCustomTaskExtensionsCountOperationOptions

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

func (GetLifecycleWorkflowCustomTaskExtensionsCountOperationOptions) ToHeaders

func (GetLifecycleWorkflowCustomTaskExtensionsCountOperationOptions) ToOData

func (GetLifecycleWorkflowCustomTaskExtensionsCountOperationOptions) ToQuery

type GetLifecycleWorkflowCustomTaskExtensionsCountOperationResponse

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

type IdentityGovernanceCustomTaskExtensionOperationPredicate

type IdentityGovernanceCustomTaskExtensionOperationPredicate struct {
}

func (IdentityGovernanceCustomTaskExtensionOperationPredicate) Matches

type LifecycleWorkflowCustomTaskExtensionClient

type LifecycleWorkflowCustomTaskExtensionClient struct {
	Client *msgraph.Client
}

func NewLifecycleWorkflowCustomTaskExtensionClientWithBaseURI

func NewLifecycleWorkflowCustomTaskExtensionClientWithBaseURI(sdkApi sdkEnv.Api) (*LifecycleWorkflowCustomTaskExtensionClient, error)

func (LifecycleWorkflowCustomTaskExtensionClient) CreateLifecycleWorkflowCustomTaskExtension

CreateLifecycleWorkflowCustomTaskExtension - Create customTaskExtensions. Create a new customTaskExtension object.

func (LifecycleWorkflowCustomTaskExtensionClient) DeleteLifecycleWorkflowCustomTaskExtension

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

GetLifecycleWorkflowCustomTaskExtension - Get customTaskExtension. Read the properties and relationships of a customTaskExtension object.

func (LifecycleWorkflowCustomTaskExtensionClient) GetLifecycleWorkflowCustomTaskExtensionsCount

GetLifecycleWorkflowCustomTaskExtensionsCount - Get the number of the resource

func (LifecycleWorkflowCustomTaskExtensionClient) ListLifecycleWorkflowCustomTaskExtensions

ListLifecycleWorkflowCustomTaskExtensions - List customTaskExtensions. Get a list of the customTaskExtension objects and their properties.

func (LifecycleWorkflowCustomTaskExtensionClient) ListLifecycleWorkflowCustomTaskExtensionsComplete

ListLifecycleWorkflowCustomTaskExtensionsComplete retrieves all the results into a single object

func (LifecycleWorkflowCustomTaskExtensionClient) ListLifecycleWorkflowCustomTaskExtensionsCompleteMatchingPredicate

ListLifecycleWorkflowCustomTaskExtensionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (LifecycleWorkflowCustomTaskExtensionClient) UpdateLifecycleWorkflowCustomTaskExtension

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"`
}

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 (ListLifecycleWorkflowCustomTaskExtensionsOperationOptions) ToHeaders

func (ListLifecycleWorkflowCustomTaskExtensionsOperationOptions) ToOData

func (ListLifecycleWorkflowCustomTaskExtensionsOperationOptions) ToQuery

type ListLifecycleWorkflowCustomTaskExtensionsOperationResponse

type ListLifecycleWorkflowCustomTaskExtensionsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.IdentityGovernanceCustomTaskExtension
}

type UpdateLifecycleWorkflowCustomTaskExtensionOperationOptions

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

func (UpdateLifecycleWorkflowCustomTaskExtensionOperationOptions) ToHeaders

func (UpdateLifecycleWorkflowCustomTaskExtensionOperationOptions) ToOData

func (UpdateLifecycleWorkflowCustomTaskExtensionOperationOptions) ToQuery

type UpdateLifecycleWorkflowCustomTaskExtensionOperationResponse

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