lifecycleworkflowdeleteditemworkflowuserprocessingresulttaskprocessingresult

package
v0.20241118.1115603 Latest Latest
Warning

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

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

README

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

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

Client Initialization

client := lifecycleworkflowdeleteditemworkflowuserprocessingresulttaskprocessingresult.NewLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultClientWithBaseURI("https://graph.microsoft.com")
client.Client.Authorizer = authorizer

Example Usage: LifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultClient.CreateLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskIdentityGovernanceResume

ctx := context.TODO()
id := lifecycleworkflowdeleteditemworkflowuserprocessingresulttaskprocessingresult.NewIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowIdUserProcessingResultIdTaskProcessingResultID("workflowId", "userProcessingResultId", "taskProcessingResultId")

payload := lifecycleworkflowdeleteditemworkflowuserprocessingresulttaskprocessingresult.CreateLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskIdentityGovernanceResumeRequest{
	// ...
}


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

Example Usage: LifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultClient.GetLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskCount

ctx := context.TODO()
id := lifecycleworkflowdeleteditemworkflowuserprocessingresulttaskprocessingresult.NewIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowIdUserProcessingResultID("workflowId", "userProcessingResultId")

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

Example Usage: LifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultClient.GetLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResult

ctx := context.TODO()
id := lifecycleworkflowdeleteditemworkflowuserprocessingresulttaskprocessingresult.NewIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowIdUserProcessingResultIdTaskProcessingResultID("workflowId", "userProcessingResultId", "taskProcessingResultId")

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

Example Usage: LifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultClient.ListLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResults

ctx := context.TODO()
id := lifecycleworkflowdeleteditemworkflowuserprocessingresulttaskprocessingresult.NewIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowIdUserProcessingResultID("workflowId", "userProcessingResultId")

// alternatively `client.ListLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResults(ctx, id, lifecycleworkflowdeleteditemworkflowuserprocessingresulttaskprocessingresult.DefaultListLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultsOperationOptions())` can be used to do batched pagination
items, err := client.ListLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultsComplete(ctx, id, lifecycleworkflowdeleteditemworkflowuserprocessingresulttaskprocessingresult.DefaultListLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultsOperationOptions())
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 CreateLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskIdentityGovernanceResumeOperationOptions

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

func (CreateLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskIdentityGovernanceResumeOperationOptions) ToHeaders

func (CreateLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskIdentityGovernanceResumeOperationOptions) ToOData

func (CreateLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskIdentityGovernanceResumeOperationOptions) ToQuery

type CreateLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskIdentityGovernanceResumeOperationResponse

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

type CreateLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskIdentityGovernanceResumeRequest

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

type GetLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskCountOperationOptions

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

func (GetLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskCountOperationOptions) ToHeaders

func (GetLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskCountOperationOptions) ToOData

func (GetLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskCountOperationOptions) ToQuery

type GetLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskCountOperationResponse

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

type GetLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultOperationOptions

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

func (GetLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultOperationOptions) ToHeaders

func (GetLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultOperationOptions) ToOData

func (GetLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultOperationOptions) ToQuery

type GetLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultOperationResponse

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

type IdentityGovernanceTaskProcessingResultOperationPredicate

type IdentityGovernanceTaskProcessingResultOperationPredicate struct {
}

func (IdentityGovernanceTaskProcessingResultOperationPredicate) Matches

type LifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultClient

type LifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultClient struct {
	Client *msgraph.Client
}

func (LifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultClient) CreateLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskIdentityGovernanceResume

CreateLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskIdentityGovernanceResume - 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 (LifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultClient) GetLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskCount

GetLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskCount - Get the number of the resource

func (LifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultClient) GetLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResult

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

func (LifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultClient) ListLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResults

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

func (LifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultClient) ListLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultsComplete

ListLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultsComplete retrieves all the results into a single object

func (LifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultClient) ListLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultsCompleteMatchingPredicate

ListLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultsCompleteMatchingPredicate retrieves all the results and then applies the predicate

type ListLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultsCompleteResult

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

type ListLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultsCustomPager

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

type ListLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultsOperationOptions

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

func (ListLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultsOperationOptions) ToOData

func (ListLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultsOperationOptions) ToQuery

type ListLifecycleWorkflowDeletedItemWorkflowUserProcessingResultTaskProcessingResultsOperationResponse

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