lifecycleworkflowworkflowruntaskprocessingresult

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: 9 Imported by: 0

README

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

The lifecycleworkflowworkflowruntaskprocessingresult 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/lifecycleworkflowworkflowruntaskprocessingresult"

Client Initialization

client := lifecycleworkflowworkflowruntaskprocessingresult.NewLifecycleWorkflowWorkflowRunTaskProcessingResultClientWithBaseURI("https://graph.microsoft.com")
client.Client.Authorizer = authorizer

Example Usage: LifecycleWorkflowWorkflowRunTaskProcessingResultClient.CreateLifecycleWorkflowRunTaskProcessingResultIdentityGovernanceResume

ctx := context.TODO()
id := lifecycleworkflowworkflowruntaskprocessingresult.NewIdentityGovernanceLifecycleWorkflowWorkflowIdRunIdTaskProcessingResultID("workflowId", "runId", "taskProcessingResultId")

payload := lifecycleworkflowworkflowruntaskprocessingresult.CreateLifecycleWorkflowRunTaskProcessingResultIdentityGovernanceResumeRequest{
	// ...
}


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

Example Usage: LifecycleWorkflowWorkflowRunTaskProcessingResultClient.GetLifecycleWorkflowRunTaskProcessingResult

ctx := context.TODO()
id := lifecycleworkflowworkflowruntaskprocessingresult.NewIdentityGovernanceLifecycleWorkflowWorkflowIdRunIdTaskProcessingResultID("workflowId", "runId", "taskProcessingResultId")

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

Example Usage: LifecycleWorkflowWorkflowRunTaskProcessingResultClient.GetLifecycleWorkflowRunTaskProcessingResultsCount

ctx := context.TODO()
id := lifecycleworkflowworkflowruntaskprocessingresult.NewIdentityGovernanceLifecycleWorkflowWorkflowIdRunID("workflowId", "runId")

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

Example Usage: LifecycleWorkflowWorkflowRunTaskProcessingResultClient.ListLifecycleWorkflowRunTaskProcessingResults

ctx := context.TODO()
id := lifecycleworkflowworkflowruntaskprocessingresult.NewIdentityGovernanceLifecycleWorkflowWorkflowIdRunID("workflowId", "runId")

// alternatively `client.ListLifecycleWorkflowRunTaskProcessingResults(ctx, id, lifecycleworkflowworkflowruntaskprocessingresult.DefaultListLifecycleWorkflowRunTaskProcessingResultsOperationOptions())` can be used to do batched pagination
items, err := client.ListLifecycleWorkflowRunTaskProcessingResultsComplete(ctx, id, lifecycleworkflowworkflowruntaskprocessingresult.DefaultListLifecycleWorkflowRunTaskProcessingResultsOperationOptions())
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 CreateLifecycleWorkflowRunTaskProcessingResultIdentityGovernanceResumeOperationOptions

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

func (CreateLifecycleWorkflowRunTaskProcessingResultIdentityGovernanceResumeOperationOptions) ToHeaders

func (CreateLifecycleWorkflowRunTaskProcessingResultIdentityGovernanceResumeOperationOptions) ToOData

func (CreateLifecycleWorkflowRunTaskProcessingResultIdentityGovernanceResumeOperationOptions) ToQuery

type CreateLifecycleWorkflowRunTaskProcessingResultIdentityGovernanceResumeOperationResponse

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

type CreateLifecycleWorkflowRunTaskProcessingResultIdentityGovernanceResumeRequest

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

type GetLifecycleWorkflowRunTaskProcessingResultOperationOptions

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

func (GetLifecycleWorkflowRunTaskProcessingResultOperationOptions) ToHeaders

func (GetLifecycleWorkflowRunTaskProcessingResultOperationOptions) ToOData

func (GetLifecycleWorkflowRunTaskProcessingResultOperationOptions) ToQuery

type GetLifecycleWorkflowRunTaskProcessingResultOperationResponse

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

type GetLifecycleWorkflowRunTaskProcessingResultsCountOperationOptions

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

func (GetLifecycleWorkflowRunTaskProcessingResultsCountOperationOptions) ToHeaders

func (GetLifecycleWorkflowRunTaskProcessingResultsCountOperationOptions) ToOData

func (GetLifecycleWorkflowRunTaskProcessingResultsCountOperationOptions) ToQuery

type GetLifecycleWorkflowRunTaskProcessingResultsCountOperationResponse

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

type IdentityGovernanceTaskProcessingResultOperationPredicate

type IdentityGovernanceTaskProcessingResultOperationPredicate struct {
}

func (IdentityGovernanceTaskProcessingResultOperationPredicate) Matches

type LifecycleWorkflowWorkflowRunTaskProcessingResultClient

type LifecycleWorkflowWorkflowRunTaskProcessingResultClient struct {
	Client *msgraph.Client
}

func NewLifecycleWorkflowWorkflowRunTaskProcessingResultClientWithBaseURI

func NewLifecycleWorkflowWorkflowRunTaskProcessingResultClientWithBaseURI(sdkApi sdkEnv.Api) (*LifecycleWorkflowWorkflowRunTaskProcessingResultClient, error)

func (LifecycleWorkflowWorkflowRunTaskProcessingResultClient) CreateLifecycleWorkflowRunTaskProcessingResultIdentityGovernanceResume

CreateLifecycleWorkflowRunTaskProcessingResultIdentityGovernanceResume - 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 (LifecycleWorkflowWorkflowRunTaskProcessingResultClient) GetLifecycleWorkflowRunTaskProcessingResult

GetLifecycleWorkflowRunTaskProcessingResult - Get taskProcessingResults from identityGovernance. The related taskProcessingResults.

func (LifecycleWorkflowWorkflowRunTaskProcessingResultClient) GetLifecycleWorkflowRunTaskProcessingResultsCount

GetLifecycleWorkflowRunTaskProcessingResultsCount - Get the number of the resource

func (LifecycleWorkflowWorkflowRunTaskProcessingResultClient) ListLifecycleWorkflowRunTaskProcessingResults

ListLifecycleWorkflowRunTaskProcessingResults - List taskProcessingResults. Get the taskProcessingResult resources for a run.

func (LifecycleWorkflowWorkflowRunTaskProcessingResultClient) ListLifecycleWorkflowRunTaskProcessingResultsComplete

ListLifecycleWorkflowRunTaskProcessingResultsComplete retrieves all the results into a single object

func (LifecycleWorkflowWorkflowRunTaskProcessingResultClient) ListLifecycleWorkflowRunTaskProcessingResultsCompleteMatchingPredicate

ListLifecycleWorkflowRunTaskProcessingResultsCompleteMatchingPredicate retrieves all the results and then applies the predicate

type ListLifecycleWorkflowRunTaskProcessingResultsCompleteResult

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

type ListLifecycleWorkflowRunTaskProcessingResultsCustomPager

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

type ListLifecycleWorkflowRunTaskProcessingResultsOperationOptions

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

func (ListLifecycleWorkflowRunTaskProcessingResultsOperationOptions) ToOData

func (ListLifecycleWorkflowRunTaskProcessingResultsOperationOptions) ToQuery

type ListLifecycleWorkflowRunTaskProcessingResultsOperationResponse

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