lifecycleworkflowdeleteditemworkflowrunuserprocessingresulttaskprocessingresult

package
v0.20241017.1093842 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2024 License: MPL-2.0 Imports: 9 Imported by: 1

README

github.com/hashicorp/go-azure-sdk/microsoft-graph/identitygovernance/stable/lifecycleworkflowdeleteditemworkflowrunuserprocessingresulttaskprocessingresult Documentation

The lifecycleworkflowdeleteditemworkflowrunuserprocessingresulttaskprocessingresult SDK allows for interaction with Microsoft Graph identitygovernance (API Version stable).

This readme covers example usages, but further information on using this SDK can be found in the project root.

Import Path

import "github.com/hashicorp/go-azure-sdk/microsoft-graph/identitygovernance/stable/lifecycleworkflowdeleteditemworkflowrunuserprocessingresulttaskprocessingresult"

Client Initialization

client := lifecycleworkflowdeleteditemworkflowrunuserprocessingresulttaskprocessingresult.NewLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultClientWithBaseURI("https://graph.microsoft.com")
client.Client.Authorizer = authorizer

Example Usage: LifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultClient.CreateLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskIdentityGovernanceResume

ctx := context.TODO()
id := lifecycleworkflowdeleteditemworkflowrunuserprocessingresulttaskprocessingresult.NewIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowIdRunIdUserProcessingResultIdTaskProcessingResultID("workflowId", "runId", "userProcessingResultId", "taskProcessingResultId")

payload := lifecycleworkflowdeleteditemworkflowrunuserprocessingresulttaskprocessingresult.CreateLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskIdentityGovernanceResumeRequest{
	// ...
}


read, err := client.CreateLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskIdentityGovernanceResume(ctx, id, payload, lifecycleworkflowdeleteditemworkflowrunuserprocessingresulttaskprocessingresult.DefaultCreateLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskIdentityGovernanceResumeOperationOptions())
if err != nil {
	// handle the error
}
if model := read.Model; model != nil {
	// do something with the model/response object
}

Example Usage: LifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultClient.GetLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskCount

ctx := context.TODO()
id := lifecycleworkflowdeleteditemworkflowrunuserprocessingresulttaskprocessingresult.NewIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowIdRunIdUserProcessingResultID("workflowId", "runId", "userProcessingResultId")

read, err := client.GetLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskCount(ctx, id, lifecycleworkflowdeleteditemworkflowrunuserprocessingresulttaskprocessingresult.DefaultGetLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskCountOperationOptions())
if err != nil {
	// handle the error
}
if model := read.Model; model != nil {
	// do something with the model/response object
}

Example Usage: LifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultClient.GetLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResult

ctx := context.TODO()
id := lifecycleworkflowdeleteditemworkflowrunuserprocessingresulttaskprocessingresult.NewIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowIdRunIdUserProcessingResultIdTaskProcessingResultID("workflowId", "runId", "userProcessingResultId", "taskProcessingResultId")

read, err := client.GetLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResult(ctx, id, lifecycleworkflowdeleteditemworkflowrunuserprocessingresulttaskprocessingresult.DefaultGetLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultOperationOptions())
if err != nil {
	// handle the error
}
if model := read.Model; model != nil {
	// do something with the model/response object
}

Example Usage: LifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultClient.ListLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResults

ctx := context.TODO()
id := lifecycleworkflowdeleteditemworkflowrunuserprocessingresulttaskprocessingresult.NewIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowIdRunIdUserProcessingResultID("workflowId", "runId", "userProcessingResultId")

// alternatively `client.ListLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResults(ctx, id, lifecycleworkflowdeleteditemworkflowrunuserprocessingresulttaskprocessingresult.DefaultListLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultsOperationOptions())` can be used to do batched pagination
items, err := client.ListLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultsComplete(ctx, id, lifecycleworkflowdeleteditemworkflowrunuserprocessingresulttaskprocessingresult.DefaultListLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultsOperationOptions())
if err != nil {
	// handle the error
}
for _, item := range items {
	// do something
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskIdentityGovernanceResumeOperationOptions

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

func (CreateLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskIdentityGovernanceResumeOperationOptions) ToHeaders

func (CreateLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskIdentityGovernanceResumeOperationOptions) ToOData

func (CreateLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskIdentityGovernanceResumeOperationOptions) ToQuery

type CreateLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskIdentityGovernanceResumeOperationResponse

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

type CreateLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskIdentityGovernanceResumeRequest

type CreateLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskIdentityGovernanceResumeRequest struct {
	Data   *stable.IdentityGovernanceCustomTaskExtensionCallbackData `json:"data,omitempty"`
	Source nullable.Type[string]                                     `json:"source,omitempty"`
	Type   nullable.Type[string]                                     `json:"type,omitempty"`
}

type GetLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskCountOperationOptions

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

func (GetLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskCountOperationOptions) ToHeaders

func (GetLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskCountOperationOptions) ToOData

func (GetLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskCountOperationOptions) ToQuery

type GetLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskCountOperationResponse

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

type GetLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultOperationOptions

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

func (GetLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultOperationOptions) ToHeaders

func (GetLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultOperationOptions) ToOData

func (GetLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultOperationOptions) ToQuery

type GetLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultOperationResponse

type GetLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.IdentityGovernanceTaskProcessingResult
}

type IdentityGovernanceTaskProcessingResultOperationPredicate

type IdentityGovernanceTaskProcessingResultOperationPredicate struct {
}

func (IdentityGovernanceTaskProcessingResultOperationPredicate) Matches

type LifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultClient

type LifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultClient struct {
	Client *msgraph.Client
}

func (LifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultClient) CreateLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskIdentityGovernanceResume

CreateLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskIdentityGovernanceResume - Invoke action resume. Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.

func (LifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultClient) GetLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskCount

GetLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskCount - Get the number of the resource

func (LifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultClient) GetLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResult

GetLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResult - Get taskProcessingResults from identityGovernance. The associated individual task execution.

func (LifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultClient) ListLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResults

ListLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResults - Get taskProcessingResults from identityGovernance. The associated individual task execution.

func (LifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultClient) ListLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultsComplete

ListLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultsComplete retrieves all the results into a single object

func (LifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultClient) ListLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultsCompleteMatchingPredicate

ListLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultsCompleteMatchingPredicate retrieves all the results and then applies the predicate

type ListLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultsCompleteResult

type ListLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.IdentityGovernanceTaskProcessingResult
}

type ListLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultsCustomPager

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

type ListLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultsOperationOptions

type ListLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultsOperationOptions 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 (ListLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultsOperationOptions) ToHeaders

func (ListLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultsOperationOptions) ToOData

func (ListLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultsOperationOptions) ToQuery

type ListLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultsOperationResponse

type ListLifecycleWorkflowDeletedItemWorkflowRunUserProcessingResultTaskProcessingResultsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.IdentityGovernanceTaskProcessingResult
}

Jump to

Keyboard shortcuts

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