lifecycleworkflowworkflowuserprocessingresulttaskprocessingresult

package
v0.20241104.1140654 Latest Latest
Warning

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

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

README

github.com/hashicorp/go-azure-sdk/microsoft-graph/identitygovernance/beta/lifecycleworkflowworkflowuserprocessingresulttaskprocessingresult Documentation

The lifecycleworkflowworkflowuserprocessingresulttaskprocessingresult SDK allows for interaction with Microsoft Graph identitygovernance (API Version beta).

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/beta/lifecycleworkflowworkflowuserprocessingresulttaskprocessingresult"

Client Initialization

client := lifecycleworkflowworkflowuserprocessingresulttaskprocessingresult.NewLifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClientWithBaseURI("https://graph.microsoft.com")
client.Client.Authorizer = authorizer

Example Usage: LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient.CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResume

ctx := context.TODO()
id := lifecycleworkflowworkflowuserprocessingresulttaskprocessingresult.NewIdentityGovernanceLifecycleWorkflowWorkflowIdUserProcessingResultIdTaskProcessingResultID("workflowId", "userProcessingResultId", "taskProcessingResultId")

payload := lifecycleworkflowworkflowuserprocessingresulttaskprocessingresult.CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResumeRequest{
	// ...
}


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

Example Usage: LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient.GetLifecycleWorkflowUserProcessingResultTaskCount

ctx := context.TODO()
id := lifecycleworkflowworkflowuserprocessingresulttaskprocessingresult.NewIdentityGovernanceLifecycleWorkflowWorkflowIdUserProcessingResultID("workflowId", "userProcessingResultId")

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

Example Usage: LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient.GetLifecycleWorkflowUserProcessingResultTaskProcessingResult

ctx := context.TODO()
id := lifecycleworkflowworkflowuserprocessingresulttaskprocessingresult.NewIdentityGovernanceLifecycleWorkflowWorkflowIdUserProcessingResultIdTaskProcessingResultID("workflowId", "userProcessingResultId", "taskProcessingResultId")

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

Example Usage: LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient.ListLifecycleWorkflowUserProcessingResultTaskProcessingResults

ctx := context.TODO()
id := lifecycleworkflowworkflowuserprocessingresulttaskprocessingresult.NewIdentityGovernanceLifecycleWorkflowWorkflowIdUserProcessingResultID("workflowId", "userProcessingResultId")

// alternatively `client.ListLifecycleWorkflowUserProcessingResultTaskProcessingResults(ctx, id, lifecycleworkflowworkflowuserprocessingresulttaskprocessingresult.DefaultListLifecycleWorkflowUserProcessingResultTaskProcessingResultsOperationOptions())` can be used to do batched pagination
items, err := client.ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsComplete(ctx, id, lifecycleworkflowworkflowuserprocessingresulttaskprocessingresult.DefaultListLifecycleWorkflowUserProcessingResultTaskProcessingResultsOperationOptions())
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 CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResumeOperationOptions

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

func (CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResumeOperationOptions) ToHeaders

func (CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResumeOperationOptions) ToOData

func (CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResumeOperationOptions) ToQuery

type CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResumeOperationResponse

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

type CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResumeRequest

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

type GetLifecycleWorkflowUserProcessingResultTaskCountOperationOptions

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

func (GetLifecycleWorkflowUserProcessingResultTaskCountOperationOptions) ToHeaders

func (GetLifecycleWorkflowUserProcessingResultTaskCountOperationOptions) ToOData

func (GetLifecycleWorkflowUserProcessingResultTaskCountOperationOptions) ToQuery

type GetLifecycleWorkflowUserProcessingResultTaskCountOperationResponse

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

type GetLifecycleWorkflowUserProcessingResultTaskProcessingResultOperationOptions

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

func (GetLifecycleWorkflowUserProcessingResultTaskProcessingResultOperationOptions) ToHeaders

func (GetLifecycleWorkflowUserProcessingResultTaskProcessingResultOperationOptions) ToOData

func (GetLifecycleWorkflowUserProcessingResultTaskProcessingResultOperationOptions) ToQuery

type GetLifecycleWorkflowUserProcessingResultTaskProcessingResultOperationResponse

type GetLifecycleWorkflowUserProcessingResultTaskProcessingResultOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.IdentityGovernanceTaskProcessingResult
}

type IdentityGovernanceTaskProcessingResultOperationPredicate

type IdentityGovernanceTaskProcessingResultOperationPredicate struct {
}

func (IdentityGovernanceTaskProcessingResultOperationPredicate) Matches

type LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient

type LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient struct {
	Client *msgraph.Client
}

func NewLifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClientWithBaseURI

func NewLifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClientWithBaseURI(sdkApi sdkEnv.Api) (*LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient, error)

func (LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient) CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResume

CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResume - 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 (LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient) GetLifecycleWorkflowUserProcessingResultTaskCount

GetLifecycleWorkflowUserProcessingResultTaskCount - Get the number of the resource

func (LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient) GetLifecycleWorkflowUserProcessingResultTaskProcessingResult

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

func (LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient) ListLifecycleWorkflowUserProcessingResultTaskProcessingResults

ListLifecycleWorkflowUserProcessingResultTaskProcessingResults - List taskProcessingResults. Get the task processing result from a userProcessingResult either directly or through a run.

func (LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient) ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsComplete

ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsComplete retrieves all the results into a single object

func (LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient) ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsCompleteMatchingPredicate

ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsCompleteMatchingPredicate retrieves all the results and then applies the predicate

type ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsCompleteResult

type ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.IdentityGovernanceTaskProcessingResult
}

type ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsCustomPager

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

type ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsOperationOptions

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

func (ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsOperationOptions) ToOData

func (ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsOperationOptions) ToQuery

type ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsOperationResponse

type ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.IdentityGovernanceTaskProcessingResult
}

Jump to

Keyboard shortcuts

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