lifecycleworkflowworkflowtasktaskprocessingresult

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/lifecycleworkflowworkflowtasktaskprocessingresult Documentation

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

Client Initialization

client := lifecycleworkflowworkflowtasktaskprocessingresult.NewLifecycleWorkflowWorkflowTaskTaskProcessingResultClientWithBaseURI("https://graph.microsoft.com")
client.Client.Authorizer = authorizer

Example Usage: LifecycleWorkflowWorkflowTaskTaskProcessingResultClient.CreateLifecycleWorkflowTaskProcessingResultIdentityGovernanceResume

ctx := context.TODO()
id := lifecycleworkflowworkflowtasktaskprocessingresult.NewIdentityGovernanceLifecycleWorkflowWorkflowIdTaskIdTaskProcessingResultID("workflowId", "taskId", "taskProcessingResultId")

payload := lifecycleworkflowworkflowtasktaskprocessingresult.CreateLifecycleWorkflowTaskProcessingResultIdentityGovernanceResumeRequest{
	// ...
}


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

Example Usage: LifecycleWorkflowWorkflowTaskTaskProcessingResultClient.GetLifecycleWorkflowTaskProcessingResult

ctx := context.TODO()
id := lifecycleworkflowworkflowtasktaskprocessingresult.NewIdentityGovernanceLifecycleWorkflowWorkflowIdTaskIdTaskProcessingResultID("workflowId", "taskId", "taskProcessingResultId")

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

Example Usage: LifecycleWorkflowWorkflowTaskTaskProcessingResultClient.GetLifecycleWorkflowTaskProcessingResultsCount

ctx := context.TODO()
id := lifecycleworkflowworkflowtasktaskprocessingresult.NewIdentityGovernanceLifecycleWorkflowWorkflowIdTaskID("workflowId", "taskId")

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

Example Usage: LifecycleWorkflowWorkflowTaskTaskProcessingResultClient.ListLifecycleWorkflowTaskProcessingResults

ctx := context.TODO()
id := lifecycleworkflowworkflowtasktaskprocessingresult.NewIdentityGovernanceLifecycleWorkflowWorkflowIdTaskID("workflowId", "taskId")

// alternatively `client.ListLifecycleWorkflowTaskProcessingResults(ctx, id, lifecycleworkflowworkflowtasktaskprocessingresult.DefaultListLifecycleWorkflowTaskProcessingResultsOperationOptions())` can be used to do batched pagination
items, err := client.ListLifecycleWorkflowTaskProcessingResultsComplete(ctx, id, lifecycleworkflowworkflowtasktaskprocessingresult.DefaultListLifecycleWorkflowTaskProcessingResultsOperationOptions())
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 CreateLifecycleWorkflowTaskProcessingResultIdentityGovernanceResumeOperationOptions

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

func (CreateLifecycleWorkflowTaskProcessingResultIdentityGovernanceResumeOperationOptions) ToHeaders

func (CreateLifecycleWorkflowTaskProcessingResultIdentityGovernanceResumeOperationOptions) ToOData

func (CreateLifecycleWorkflowTaskProcessingResultIdentityGovernanceResumeOperationOptions) ToQuery

type CreateLifecycleWorkflowTaskProcessingResultIdentityGovernanceResumeOperationResponse

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

type CreateLifecycleWorkflowTaskProcessingResultIdentityGovernanceResumeRequest

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

type GetLifecycleWorkflowTaskProcessingResultOperationOptions

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

func (GetLifecycleWorkflowTaskProcessingResultOperationOptions) ToHeaders

func (GetLifecycleWorkflowTaskProcessingResultOperationOptions) ToOData

func (GetLifecycleWorkflowTaskProcessingResultOperationOptions) ToQuery

type GetLifecycleWorkflowTaskProcessingResultOperationResponse

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

type GetLifecycleWorkflowTaskProcessingResultsCountOperationOptions

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

func (GetLifecycleWorkflowTaskProcessingResultsCountOperationOptions) ToHeaders

func (GetLifecycleWorkflowTaskProcessingResultsCountOperationOptions) ToOData

func (GetLifecycleWorkflowTaskProcessingResultsCountOperationOptions) ToQuery

type GetLifecycleWorkflowTaskProcessingResultsCountOperationResponse

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

type IdentityGovernanceTaskProcessingResultOperationPredicate

type IdentityGovernanceTaskProcessingResultOperationPredicate struct {
}

func (IdentityGovernanceTaskProcessingResultOperationPredicate) Matches

type LifecycleWorkflowWorkflowTaskTaskProcessingResultClient

type LifecycleWorkflowWorkflowTaskTaskProcessingResultClient struct {
	Client *msgraph.Client
}

func NewLifecycleWorkflowWorkflowTaskTaskProcessingResultClientWithBaseURI

func NewLifecycleWorkflowWorkflowTaskTaskProcessingResultClientWithBaseURI(sdkApi sdkEnv.Api) (*LifecycleWorkflowWorkflowTaskTaskProcessingResultClient, error)

func (LifecycleWorkflowWorkflowTaskTaskProcessingResultClient) CreateLifecycleWorkflowTaskProcessingResultIdentityGovernanceResume

CreateLifecycleWorkflowTaskProcessingResultIdentityGovernanceResume - 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 (LifecycleWorkflowWorkflowTaskTaskProcessingResultClient) GetLifecycleWorkflowTaskProcessingResult

GetLifecycleWorkflowTaskProcessingResult - Get taskProcessingResults from identityGovernance. The result of processing the task.

func (LifecycleWorkflowWorkflowTaskTaskProcessingResultClient) GetLifecycleWorkflowTaskProcessingResultsCount

GetLifecycleWorkflowTaskProcessingResultsCount - Get the number of the resource

func (LifecycleWorkflowWorkflowTaskTaskProcessingResultClient) ListLifecycleWorkflowTaskProcessingResults

ListLifecycleWorkflowTaskProcessingResults - Get taskProcessingResults from identityGovernance. The result of processing the task.

func (LifecycleWorkflowWorkflowTaskTaskProcessingResultClient) ListLifecycleWorkflowTaskProcessingResultsComplete

ListLifecycleWorkflowTaskProcessingResultsComplete retrieves all the results into a single object

func (LifecycleWorkflowWorkflowTaskTaskProcessingResultClient) ListLifecycleWorkflowTaskProcessingResultsCompleteMatchingPredicate

ListLifecycleWorkflowTaskProcessingResultsCompleteMatchingPredicate retrieves all the results and then applies the predicate

type ListLifecycleWorkflowTaskProcessingResultsCompleteResult

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

type ListLifecycleWorkflowTaskProcessingResultsCustomPager

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

type ListLifecycleWorkflowTaskProcessingResultsOperationOptions

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

func (ListLifecycleWorkflowTaskProcessingResultsOperationOptions) ToOData

func (ListLifecycleWorkflowTaskProcessingResultsOperationOptions) ToQuery

type ListLifecycleWorkflowTaskProcessingResultsOperationResponse

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