Documentation ¶
Index ¶
- type CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResumeOperationOptions
- func (o CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResumeOperationOptions) ToHeaders() *client.Headers
- func (o CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResumeOperationOptions) ToOData() *odata.Query
- func (o CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResumeOperationOptions) ToQuery() *client.QueryParams
- type CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResumeOperationResponse
- type CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResumeRequest
- type GetLifecycleWorkflowUserProcessingResultTaskCountOperationOptions
- func (o GetLifecycleWorkflowUserProcessingResultTaskCountOperationOptions) ToHeaders() *client.Headers
- func (o GetLifecycleWorkflowUserProcessingResultTaskCountOperationOptions) ToOData() *odata.Query
- func (o GetLifecycleWorkflowUserProcessingResultTaskCountOperationOptions) ToQuery() *client.QueryParams
- type GetLifecycleWorkflowUserProcessingResultTaskCountOperationResponse
- type GetLifecycleWorkflowUserProcessingResultTaskProcessingResultOperationOptions
- func (o GetLifecycleWorkflowUserProcessingResultTaskProcessingResultOperationOptions) ToHeaders() *client.Headers
- func (o GetLifecycleWorkflowUserProcessingResultTaskProcessingResultOperationOptions) ToOData() *odata.Query
- func (o GetLifecycleWorkflowUserProcessingResultTaskProcessingResultOperationOptions) ToQuery() *client.QueryParams
- type GetLifecycleWorkflowUserProcessingResultTaskProcessingResultOperationResponse
- type IdentityGovernanceTaskProcessingResultOperationPredicate
- type LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient
- func (c LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient) CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResume(ctx context.Context, ...) (...)
- func (c LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient) GetLifecycleWorkflowUserProcessingResultTaskCount(ctx context.Context, ...) (result GetLifecycleWorkflowUserProcessingResultTaskCountOperationResponse, ...)
- func (c LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient) GetLifecycleWorkflowUserProcessingResultTaskProcessingResult(ctx context.Context, ...) (...)
- func (c LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient) ListLifecycleWorkflowUserProcessingResultTaskProcessingResults(ctx context.Context, ...) (...)
- func (c LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient) ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsComplete(ctx context.Context, ...) (ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsCompleteResult, ...)
- func (c LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient) ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsCompleteMatchingPredicate(ctx context.Context, ...) (...)
- type ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsCompleteResult
- type ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsCustomPager
- type ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsOperationOptions
- func (o ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsOperationOptions) ToHeaders() *client.Headers
- func (o ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsOperationOptions) ToOData() *odata.Query
- func (o ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsOperationOptions) ToQuery() *client.QueryParams
- type ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsOperationResponse
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 DefaultCreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResumeOperationOptions ¶
func DefaultCreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResumeOperationOptions() CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResumeOperationOptions
func (CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResumeOperationOptions) ToHeaders ¶
func (CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResumeOperationOptions) ToOData ¶
type GetLifecycleWorkflowUserProcessingResultTaskCountOperationOptions ¶
type GetLifecycleWorkflowUserProcessingResultTaskCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetLifecycleWorkflowUserProcessingResultTaskCountOperationOptions ¶
func DefaultGetLifecycleWorkflowUserProcessingResultTaskCountOperationOptions() GetLifecycleWorkflowUserProcessingResultTaskCountOperationOptions
func (GetLifecycleWorkflowUserProcessingResultTaskCountOperationOptions) ToHeaders ¶
func (o GetLifecycleWorkflowUserProcessingResultTaskCountOperationOptions) ToHeaders() *client.Headers
func (GetLifecycleWorkflowUserProcessingResultTaskCountOperationOptions) ToOData ¶
func (o GetLifecycleWorkflowUserProcessingResultTaskCountOperationOptions) ToOData() *odata.Query
func (GetLifecycleWorkflowUserProcessingResultTaskCountOperationOptions) ToQuery ¶
func (o GetLifecycleWorkflowUserProcessingResultTaskCountOperationOptions) ToQuery() *client.QueryParams
type GetLifecycleWorkflowUserProcessingResultTaskProcessingResultOperationOptions ¶
type GetLifecycleWorkflowUserProcessingResultTaskProcessingResultOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetLifecycleWorkflowUserProcessingResultTaskProcessingResultOperationOptions ¶
func DefaultGetLifecycleWorkflowUserProcessingResultTaskProcessingResultOperationOptions() GetLifecycleWorkflowUserProcessingResultTaskProcessingResultOperationOptions
func (GetLifecycleWorkflowUserProcessingResultTaskProcessingResultOperationOptions) ToHeaders ¶
func (o GetLifecycleWorkflowUserProcessingResultTaskProcessingResultOperationOptions) ToHeaders() *client.Headers
func (GetLifecycleWorkflowUserProcessingResultTaskProcessingResultOperationOptions) ToOData ¶
func (o GetLifecycleWorkflowUserProcessingResultTaskProcessingResultOperationOptions) ToOData() *odata.Query
type IdentityGovernanceTaskProcessingResultOperationPredicate ¶
type IdentityGovernanceTaskProcessingResultOperationPredicate struct { }
func (IdentityGovernanceTaskProcessingResultOperationPredicate) Matches ¶
func (p IdentityGovernanceTaskProcessingResultOperationPredicate) Matches(input beta.IdentityGovernanceTaskProcessingResult) bool
type LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient ¶
type LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient struct {
Client *msgraph.Client
}
func NewLifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClientWithBaseURI ¶
func NewLifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClientWithBaseURI(sdkApi sdkEnv.Api) (*LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient, error)
func (LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient) CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResume ¶
func (c LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient) CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResume(ctx context.Context, id beta.IdentityGovernanceLifecycleWorkflowWorkflowIdUserProcessingResultIdTaskProcessingResultId, input CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResumeRequest, options CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResumeOperationOptions) (result CreateLifecycleWorkflowUserProcessingResultTaskIdentityGovernanceResumeOperationResponse, err error)
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 ¶
func (c LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient) GetLifecycleWorkflowUserProcessingResultTaskCount(ctx context.Context, id beta.IdentityGovernanceLifecycleWorkflowWorkflowIdUserProcessingResultId, options GetLifecycleWorkflowUserProcessingResultTaskCountOperationOptions) (result GetLifecycleWorkflowUserProcessingResultTaskCountOperationResponse, err error)
GetLifecycleWorkflowUserProcessingResultTaskCount - Get the number of the resource
func (LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient) GetLifecycleWorkflowUserProcessingResultTaskProcessingResult ¶
func (c LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient) GetLifecycleWorkflowUserProcessingResultTaskProcessingResult(ctx context.Context, id beta.IdentityGovernanceLifecycleWorkflowWorkflowIdUserProcessingResultIdTaskProcessingResultId, options GetLifecycleWorkflowUserProcessingResultTaskProcessingResultOperationOptions) (result GetLifecycleWorkflowUserProcessingResultTaskProcessingResultOperationResponse, err error)
GetLifecycleWorkflowUserProcessingResultTaskProcessingResult - Get taskProcessingResults from identityGovernance. The associated individual task execution.
func (LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient) ListLifecycleWorkflowUserProcessingResultTaskProcessingResults ¶
func (c LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient) ListLifecycleWorkflowUserProcessingResultTaskProcessingResults(ctx context.Context, id beta.IdentityGovernanceLifecycleWorkflowWorkflowIdUserProcessingResultId, options ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsOperationOptions) (result ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsOperationResponse, err error)
ListLifecycleWorkflowUserProcessingResultTaskProcessingResults - List taskProcessingResults. Get the task processing result from a userProcessingResult either directly or through a run.
func (LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient) ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsComplete ¶
func (c LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient) ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsComplete(ctx context.Context, id beta.IdentityGovernanceLifecycleWorkflowWorkflowIdUserProcessingResultId, options ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsOperationOptions) (ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsCompleteResult, error)
ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsComplete retrieves all the results into a single object
func (LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient) ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsCompleteMatchingPredicate ¶
func (c LifecycleWorkflowWorkflowUserProcessingResultTaskProcessingResultClient) ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsCompleteMatchingPredicate(ctx context.Context, id beta.IdentityGovernanceLifecycleWorkflowWorkflowIdUserProcessingResultId, options ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsOperationOptions, predicate IdentityGovernanceTaskProcessingResultOperationPredicate) (result ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsCompleteResult, err error)
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"`
}
func (*ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsCustomPager) NextPageLink ¶
func (p *ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsCustomPager) NextPageLink() *odata.Link
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 DefaultListLifecycleWorkflowUserProcessingResultTaskProcessingResultsOperationOptions ¶
func DefaultListLifecycleWorkflowUserProcessingResultTaskProcessingResultsOperationOptions() ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsOperationOptions
func (ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsOperationOptions) ToHeaders ¶
func (o ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsOperationOptions) ToHeaders() *client.Headers
func (ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsOperationOptions) ToOData ¶
func (o ListLifecycleWorkflowUserProcessingResultTaskProcessingResultsOperationOptions) ToOData() *odata.Query
Source Files ¶
- client.go
- method_createlifecycleworkflowuserprocessingresulttaskidentitygovernanceresume.go
- method_getlifecycleworkflowuserprocessingresulttaskcount.go
- method_getlifecycleworkflowuserprocessingresulttaskprocessingresult.go
- method_listlifecycleworkflowuserprocessingresulttaskprocessingresults.go
- model_createlifecycleworkflowuserprocessingresulttaskidentitygovernanceresumerequest.go
- predicates.go
- version.go