---
title: "List"
method: POST
path: "/api/v1/task/audits"
tags: ["Task"]
---

# List

`POST /api/v1/task/audits`

List audit trail events for a task.

## Request body

- C1ApiTaskV1TaskAuditListRequest — The TaskAuditListRequest message.
  - `pageSize` integer — The maximum number of audit events to return per page.
  - `pageToken` string — A pagination token from a previous response to retrieve the next page.
  - `refs` C1ApiTaskV1TaskAuditViewRef[], nullable — References to specific audit events to retrieve. If provided, only these events are returned.
    - `id` string — The ID of the audit event.
  - `taskId` string — The ID of the task to list audit events for.

## Response `200`

Successful response

- C1ApiTaskV1TaskAuditListResponse — The TaskAuditListResponse message.
  - `list` C1ApiTaskV1TaskAuditView[], nullable — The list of audit events for the task.
    - `accessRequestOutcome` C1ApiTaskV1TaskAuditAccessRequestOutcome, nullable — The TaskAuditAccessRequestOutcome message.
      - `outcome` 'ACCESS_REQUEST_OUTCOME_UNSPECIFIED' | 'ACCESS_REQUEST_OUTCOME_APPROVED' | 'ACCESS_REQUEST_OUTCOME_DENIED' | 'ACCESS_REQUEST_OUTCOME_ERROR' | 'ACCESS_REQUEST_OUTCOME_CANCELLED' — The outcome field.
    - `accountLifecycleActionCreated` C1ApiTaskV1TaskAuditAccountLifecycleActionCreated, nullable — The TaskAuditAccountLifecycleActionCreated message.
      - `batonActionDisplayName` string — The batonActionDisplayName field.
      - `batonActionInvocationId` string — The batonActionInvocationId field.
      - `batonActionName` string — The batonActionName field.
      - `batonAppId` string — The batonAppId field.
      - `batonConnectorId` string — The batonConnectorId field.
    - `accountLifecycleActionFailed` C1ApiTaskV1TaskAuditAccountLifecycleActionFailed, nullable — The TaskAuditAccountLifecycleActionFailed message.
      - `batonActionDisplayName` string — The batonActionDisplayName field.
      - `batonActionInvocationId` string — The batonActionInvocationId field.
      - `batonActionName` string — The batonActionName field.
      - `batonAppId` string — The batonAppId field.
      - `batonConnectorId` string — The batonConnectorId field.
      - `error` string — The error field.
    - `actionInstanceCreated` C1ApiTaskV1TaskAuditActionInstanceCreated, nullable — The TaskAuditActionInstanceCreated message.
      - `instance` C1ApiPolicyV1ActionInstance, nullable — The ActionInstance message. This message contains a oneof named target_instance. Only a single field of the following list may be set at a time: - automation - batonResourceActionInstance - clientIdApprovalInstance This message contains a oneof named outcome. Only a single field of the following list may be set at a time: - success - denied - error - cancelled
        - `action` C1ApiPolicyV1Action, nullable — The Action message. This message contains a oneof named target. Only a single field of the following list may be set at a time: - automation - batonResourceAction - clientIdApproval
          - `automation` C1ApiPolicyV1ActionTargetAutomation, nullable — ActionTargetAutomation targets automation templates for policy actions.
            - `automationTemplateId` string — The automationTemplateId field.
          - `batonResourceAction` C1ApiPolicyV1ActionTargetBatonResourceAction, nullable — ActionTargetResource targets resource actions for policy actions.
            - `batonResourceActionId` string — The batonResourceActionId field.
          - `clientIdApproval` C1ApiPolicyV1ActionTargetClientIdApproval, nullable — ActionTargetClientIdApproval targets administrator review of an external OAuth client registration (CIMD or DCR) for policy actions.
        - `automation` C1ApiPolicyV1ActionTargetAutomationInstance, nullable — The ActionTargetAutomationInstance message.
          - `automationExecutionId` string — The automationExecutionId field.
        - `batonResourceActionInstance` C1ApiPolicyV1ActionTargetBatonResourceActionInstance, nullable — The ActionTargetBatonResourceActionInstance message.
          - `batonActionInvocationId` string — The batonActionInvocationId field.
        - `cancelled` C1ApiPolicyV1ActionOutcomeCancelled, nullable — The ActionOutcomeCancelled message.
          - `outcomeTime` string, date-time
        - `clientIdApprovalInstance` C1ApiPolicyV1ActionTargetClientIdApprovalInstance, nullable — ActionTargetClientIdApprovalInstance carries the registration key of the external OAuth client that is being reviewed.
          - `clientIdUrl` string — The clientIdUrl field.
        - `denied` C1ApiPolicyV1ActionOutcomeDenied, nullable — The ActionOutcomeDenied message.
          - `outcomeTime` string, date-time
        - `error` C1ApiPolicyV1ActionOutcomeError, nullable — The ActionOutcomeError message.
          - `errorCode` string — The errorCode field.
          - `errorMessage` string — The errorMessage field.
          - `outcomeTime` string, date-time
        - `state` 'ACTION_INSTANCE_STATE_UNSPECIFIED' | 'ACTION_INSTANCE_STATE_INIT' | 'ACTION_INSTANCE_STATE_RUNNING' | 'ACTION_INSTANCE_STATE_DONE' | 'ACTION_INSTANCE_STATE_ERROR' — The current state of the action execution.
        - `success` C1ApiPolicyV1ActionOutcomeSuccess, nullable — The ActionOutcomeSuccess message.
          - `outcomeTime` string, date-time
    - `actionInstanceFailed` C1ApiTaskV1TaskAuditActionInstanceFailed, nullable — The TaskAuditActionInstanceFailed message.
      - `instance` C1ApiPolicyV1ActionInstance, nullable — The ActionInstance message. This message contains a oneof named target_instance. Only a single field of the following list may be set at a time: - automation - batonResourceActionInstance - clientIdApprovalInstance This message contains a oneof named outcome. Only a single field of the following list may be set at a time: - success - denied - error - cancelled
        - `action` C1ApiPolicyV1Action, nullable — The Action message. This message contains a oneof named target. Only a single field of the following list may be set at a time: - automation - batonResourceAction - clientIdApproval
          - `automation` C1ApiPolicyV1ActionTargetAutomation, nullable — ActionTargetAutomation targets automation templates for policy actions.
            - `automationTemplateId` string — The automationTemplateId field.
          - `batonResourceAction` C1ApiPolicyV1ActionTargetBatonResourceAction, nullable — ActionTargetResource targets resource actions for policy actions.
            - `batonResourceActionId` string — The batonResourceActionId field.
          - `clientIdApproval` C1ApiPolicyV1ActionTargetClientIdApproval, nullable — ActionTargetClientIdApproval targets administrator review of an external OAuth client registration (CIMD or DCR) for policy actions.
        - `automation` C1ApiPolicyV1ActionTargetAutomationInstance, nullable — The ActionTargetAutomationInstance message.
          - `automationExecutionId` string — The automationExecutionId field.
        - `batonResourceActionInstance` C1ApiPolicyV1ActionTargetBatonResourceActionInstance, nullable — The ActionTargetBatonResourceActionInstance message.
          - `batonActionInvocationId` string — The batonActionInvocationId field.
        - `cancelled` C1ApiPolicyV1ActionOutcomeCancelled, nullable — The ActionOutcomeCancelled message.
          - `outcomeTime` string, date-time
        - `clientIdApprovalInstance` C1ApiPolicyV1ActionTargetClientIdApprovalInstance, nullable — ActionTargetClientIdApprovalInstance carries the registration key of the external OAuth client that is being reviewed.
          - `clientIdUrl` string — The clientIdUrl field.
        - `denied` C1ApiPolicyV1ActionOutcomeDenied, nullable — The ActionOutcomeDenied message.
          - `outcomeTime` string, date-time
        - `error` C1ApiPolicyV1ActionOutcomeError, nullable — The ActionOutcomeError message.
          - `errorCode` string — The errorCode field.
          - `errorMessage` string — The errorMessage field.
          - `outcomeTime` string, date-time
        - `state` 'ACTION_INSTANCE_STATE_UNSPECIFIED' | 'ACTION_INSTANCE_STATE_INIT' | 'ACTION_INSTANCE_STATE_RUNNING' | 'ACTION_INSTANCE_STATE_DONE' | 'ACTION_INSTANCE_STATE_ERROR' — The current state of the action execution.
        - `success` C1ApiPolicyV1ActionOutcomeSuccess, nullable — The ActionOutcomeSuccess message.
          - `outcomeTime` string, date-time
    - `actionInstanceSucceeded` C1ApiTaskV1TaskAuditActionInstanceSucceeded, nullable — The TaskAuditActionInstanceSucceeded message.
      - `instance` C1ApiPolicyV1ActionInstance, nullable — The ActionInstance message. This message contains a oneof named target_instance. Only a single field of the following list may be set at a time: - automation - batonResourceActionInstance - clientIdApprovalInstance This message contains a oneof named outcome. Only a single field of the following list may be set at a time: - success - denied - error - cancelled
        - `action` C1ApiPolicyV1Action, nullable — The Action message. This message contains a oneof named target. Only a single field of the following list may be set at a time: - automation - batonResourceAction - clientIdApproval
          - `automation` C1ApiPolicyV1ActionTargetAutomation, nullable — ActionTargetAutomation targets automation templates for policy actions.
            - `automationTemplateId` string — The automationTemplateId field.
          - `batonResourceAction` C1ApiPolicyV1ActionTargetBatonResourceAction, nullable — ActionTargetResource targets resource actions for policy actions.
            - `batonResourceActionId` string — The batonResourceActionId field.
          - `clientIdApproval` C1ApiPolicyV1ActionTargetClientIdApproval, nullable — ActionTargetClientIdApproval targets administrator review of an external OAuth client registration (CIMD or DCR) for policy actions.
        - `automation` C1ApiPolicyV1ActionTargetAutomationInstance, nullable — The ActionTargetAutomationInstance message.
          - `automationExecutionId` string — The automationExecutionId field.
        - `batonResourceActionInstance` C1ApiPolicyV1ActionTargetBatonResourceActionInstance, nullable — The ActionTargetBatonResourceActionInstance message.
          - `batonActionInvocationId` string — The batonActionInvocationId field.
        - `cancelled` C1ApiPolicyV1ActionOutcomeCancelled, nullable — The ActionOutcomeCancelled message.
          - `outcomeTime` string, date-time
        - `clientIdApprovalInstance` C1ApiPolicyV1ActionTargetClientIdApprovalInstance, nullable — ActionTargetClientIdApprovalInstance carries the registration key of the external OAuth client that is being reviewed.
          - `clientIdUrl` string — The clientIdUrl field.
        - `denied` C1ApiPolicyV1ActionOutcomeDenied, nullable — The ActionOutcomeDenied message.
          - `outcomeTime` string, date-time
        - `error` C1ApiPolicyV1ActionOutcomeError, nullable — The ActionOutcomeError message.
          - `errorCode` string — The errorCode field.
          - `errorMessage` string — The errorMessage field.
          - `outcomeTime` string, date-time
        - `state` 'ACTION_INSTANCE_STATE_UNSPECIFIED' | 'ACTION_INSTANCE_STATE_INIT' | 'ACTION_INSTANCE_STATE_RUNNING' | 'ACTION_INSTANCE_STATE_DONE' | 'ACTION_INSTANCE_STATE_ERROR' — The current state of the action execution.
        - `success` C1ApiPolicyV1ActionOutcomeSuccess, nullable — The ActionOutcomeSuccess message.
          - `outcomeTime` string, date-time
    - `actionResult` C1ApiTaskV1TaskAuditConnectorActionResult, nullable — The TaskAuditConnectorActionResult message. This message contains a oneof named result. Only a single field of the following list may be set at a time: - success - error - cancelled - pending
      - `appEntitlementId` string — The appEntitlementId field.
      - `appId` string — The appId field.
      - `cancelled` C1ApiAppV1TaskAuditCancelledResult, nullable — The TaskAuditCancelledResult message.
        - `cancelReason` string — Human-readable reason the action was cancelled. Already populated on the model-side CanceledResult (e.g., "action is invalid - ticket is closed"); this surfaces it to the UI.
      - `connectorActionId` string — The connectorActionId field.
      - `connectorId` string — The connectorId field.
      - `error` C1ApiAppV1TaskAuditErrorResult, nullable — The TaskAuditErrorResult message.
        - `errorCount` string, int64 — TODO(pquerna): expand
        - `errorReason` string — The errorReason field.
      - `pending` C1ApiAppV1TaskAuditPendingResult, nullable — The TaskAuditPendingResult message.
        - `pendingReason` string — Human-readable explanation of why the action is pending. Rendered in the ticket audit log so admins can see what the action is waiting on (e.g., "GitHub org invite sent. User must accept the invitation before team membership can be granted."). Naming mirrors TaskAuditErrorResult.error_reason and TaskAuditCancelledResult.cancel_reason for consistency.
      - `success` C1ApiAppV1TaskAuditSuccessResult, nullable — The TaskAuditSuccessResult message.
        - `annotations` object[], nullable — The annotations field.
          - `@type` string — The type of the serialized message.
        - `successReason` string — Optional human-readable note about the successful action. Rendered in the ticket audit log when present (e.g., "Account already existed; no change made." for the AlreadyExistsResult path). Naming mirrors TaskAuditErrorResult.error_reason and TaskAuditCancelledResult.cancel_reason for consistency.
    - `actionSubmitted` C1ApiTaskV1TaskAuditActionSubmitted, nullable — The TaskAuditActionSubmitted message.
      - `action` C1ApiTaskV1TaskAction — Represents a single action that was performed on a task.
        - `actionType` 'TASK_ACTION_TYPE_UNSPECIFIED' | 'TASK_ACTION_TYPE_CLOSE' | 'TASK_ACTION_TYPE_APPROVE' | 'TASK_ACTION_TYPE_DENY' | 'TASK_ACTION_TYPE_COMMENT' | 'TASK_ACTION_TYPE_DELETE' | 'TASK_ACTION_TYPE_REASSIGN' | 'TASK_ACTION_TYPE_RESTART' | 'TASK_ACTION_TYPE_SEND_REMINDER' | 'TASK_ACTION_TYPE_PROVISION_COMPLETE' | 'TASK_ACTION_TYPE_PROVISION_CANCELLED' | 'TASK_ACTION_TYPE_PROVISION_ERRORED' | 'TASK_ACTION_TYPE_ROLLBACK_SKIPPED' | 'TASK_ACTION_TYPE_PROVISION_APP_USER_TARGET_CREATED' | 'TASK_ACTION_TYPE_HARD_RESET' | 'TASK_ACTION_TYPE_ESCALATE_TO_EMERGENCY_ACCESS' | 'TASK_ACTION_TYPE_CHANGE_POLICY' | 'TASK_ACTION_TYPE_RECALCULATE_DENIAL_FROM_BASE_POLICY_DECISIONS' | 'TASK_ACTION_TYPE_SET_INSIGHTS_AND_RECOMMENDATION' | 'TASK_ACTION_TYPE_SET_ANALYSIS_ID' | 'TASK_ACTION_TYPE_RECALCULATE_APPROVERS_LIST' | 'TASK_ACTION_TYPE_PROCESS_NOW' | 'TASK_ACTION_TYPE_APPROVE_WITH_STEP_UP' | 'TASK_ACTION_TYPE_SKIP_STEP' | 'TASK_ACTION_TYPE_ROLLBACK_CANCELLED' | 'TASK_ACTION_TYPE_UPDATE_REQUEST_DATA' | 'TASK_ACTION_TYPE_UPDATE_GRANT_DURATION' — The type of action that was performed.
        - `bulkActionId` string — The ID of the bulk action this action belongs to, if it was part of a bulk operation.
        - `createdAt` string, date-time
        - `deletedAt` string, date-time
        - `id` string — The unique ID of this action.
        - `policyStepId` string — The ID of the policy step this action was performed on.
        - `updatedAt` string, date-time
        - `userId` string — The ID of the user who performed the action.
    - `approvalAutoAcceptedByPolicy` C1ApiTaskV1TaskAuditApprovalAutoAcceptedByPolicy, nullable — The TaskAuditApprovalAutoAcceptedByPolicy message.
    - `approvalAutoRejectedByPolicy` C1ApiTaskV1TaskAuditApprovalAutoRejectedByPolicy, nullable — The TaskAuditApprovalAutoRejectedByPolicy message.
    - `approvalInstanceChange` C1ApiTaskV1TaskAuditApprovalInstanceChange, nullable — The TaskAuditApprovalInstanceChange message.
      - `instance` C1ApiPolicyV1ApprovalInstance, nullable — The approval instance object describes the way a policy step should be approved as well as its outcomes and state. This message contains a oneof named outcome. Only a single field of the following list may be set at a time: - approved - denied - reassigned - restarted - reassignedByError - skipped
        - `approval` C1ApiPolicyV1Approval, nullable — The Approval message. This message contains a oneof named typ. Only a single field of the following list may be set at a time: - users - manager - appOwners - group - self - entitlementOwners - expression - webhook - resourceOwners - agent
          - `agent` C1ApiPolicyV1AgentApproval, nullable — The agent to assign the task to.
            - `agentFailureAction` 'APPROVAL_AGENT_FAILURE_ACTION_UNSPECIFIED' | 'APPROVAL_AGENT_FAILURE_ACTION_REASSIGN_TO_USERS' | 'APPROVAL_AGENT_FAILURE_ACTION_REASSIGN_TO_SUPER_ADMINS' | 'APPROVAL_AGENT_FAILURE_ACTION_SKIP_POLICY_STEP' — The action to take if the agent fails to approve, deny, or reassign the task.
            - `agentMode` 'APPROVAL_AGENT_MODE_UNSPECIFIED' | 'APPROVAL_AGENT_MODE_FULL_CONTROL' | 'APPROVAL_AGENT_MODE_CHANGE_POLICY_ONLY' | 'APPROVAL_AGENT_MODE_COMMENT_ONLY' — The mode of the agent, full control, change policy only, or comment only.
            - `agentUserId` string — The agent user ID to assign the task to.
            - `instructions` string — Instructions for the agent.
            - `policyIds` string[], nullable — The allow list of policy IDs to re-route the task to.
            - `reassignToUserIds` string[], nullable — The users to reassign the task to if the agent failure action is reassign to users.
          - `allowDelegation` boolean — Whether ticket delegation is allowed for this step.
          - `allowReassignment` boolean — Configuration to allow reassignment by reviewers during this step.
          - `allowedReassignees` string[], nullable — List of users for whom this step can be reassigned.
          - `appOwners` C1ApiPolicyV1AppOwnerApproval, nullable — App owner approval provides the configuration for an approval step when the app owner is the target.
            - `allowSelfApproval` boolean — Configuration that allows a user to self approve if they are an app owner during this approval step.
            - `requireDistinctApprovers` boolean — Configuration to require distinct approvers across approval steps of a rule.
          - `assigned` boolean — A field indicating whether this step is assigned.
          - `entitlementOwners` C1ApiPolicyV1EntitlementOwnerApproval, nullable — The entitlement owner approval allows configuration of the approval step when the target approvers are the entitlement owners.
            - `allowSelfApproval` boolean — Configuration to allow self approval if the target user is an entitlement owner during this step.
            - `fallback` boolean — Configuration to allow a fallback if the entitlement owner cannot be identified.
            - `fallbackGroupIds` C1ApiPolicyV1AppEntitlementReference[], nullable — Configuration to specify which groups to fallback to if fallback is enabled and the entitlement owner cannot be identified.
              - …
            - `fallbackUserIds` string[], nullable — Configuration to specific which users to fallback to if fallback is enabled and the entitlement owner cannot be identified.
            - `isGroupFallbackEnabled` boolean — Configuration to enable fallback for group fallback.
            - `requireDistinctApprovers` boolean — Configuration to require distinct approvers across approval steps of a rule.
          - `escalation` C1ApiPolicyV1Escalation — The Escalation message. This message contains a oneof named escalation_policy. Only a single field of the following list may be set at a time: - replacePolicy - reassignToApprovers - cancelTicket - skipStep
            - `cancelTicket` C1ApiPolicyV1EscalationCancelTicket, nullable — The CancelTicket message.
            - `escalationComment` string — The escalationComment field.
            - `expiration` string, int64 — The expiration field.
            - `reassignToApprovers` C1ApiPolicyV1EscalationReassignToApprovers, nullable — The ReassignToApprovers message.
              - …
            - `replacePolicy` C1ApiPolicyV1EscalationReplacePolicy, nullable — The ReplacePolicy message.
              - …
            - `skipStep` C1ApiPolicyV1EscalationSkipStep, nullable — The SkipStep message.
          - `escalationEnabled` boolean — Whether escalation is enabled for this step.
          - `expression` C1ApiPolicyV1ExpressionApproval, nullable — The ExpressionApproval message.
            - `allowSelfApproval` boolean — Configuration to allow self approval of if the user is specified and also the target of the ticket.
            - `assignedUserIds` string[], nullable — The assignedUserIds field.
            - `expressions` string[], nullable — Array of dynamic expressions to determine the approvers. The first expression to return a non-empty list of users will be used.
            - `fallback` boolean — Configuration to allow a fallback if the expression does not return a valid list of users.
            - `fallbackGroupIds` C1ApiPolicyV1AppEntitlementReference[], nullable — Configuration to specify which groups to fallback to if fallback is enabled and the expression does not return a valid list of users.
              - …
            - `fallbackUserIds` string[], nullable — Configuration to specific which users to fallback to if and the expression does not return a valid list of users.
            - `isGroupFallbackEnabled` boolean — Configuration to enable fallback for group fallback.
            - `requireDistinctApprovers` boolean — Configuration to require distinct approvers across approval steps of a rule.
          - `group` C1ApiPolicyV1AppGroupApproval, nullable — The AppGroupApproval object provides the configuration for setting a group as the approvers of an approval policy step.
            - `allowSelfApproval` boolean — Configuration to allow self approval if the target user is a member of the group during this step.
            - `appGroupId` string — The ID of the group specified for approval.
            - `appId` string — The ID of the app that contains the group specified for approval.
            - `fallback` boolean — Configuration to allow a fallback if the group is empty.
            - `fallbackGroupIds` C1ApiPolicyV1AppEntitlementReference[], nullable — Configuration to specify which groups to fallback to if fallback is enabled and the group is empty.
              - …
            - `fallbackUserIds` string[], nullable — Configuration to specific which users to fallback to if fallback is enabled and the group is empty.
            - `isGroupFallbackEnabled` boolean — Configuration to enable fallback for group fallback.
            - `requireDistinctApprovers` boolean — Configuration to require distinct approvers across approval steps of a rule.
          - `manager` C1ApiPolicyV1ManagerApproval, nullable — The manager approval object provides configuration options for approval when the target of the approval is the manager of the user in the task.
            - `allowSelfApproval` boolean — Configuration to allow self approval if the target user is their own manager. This may occur if a service account has an identity user and manager specified as the same person.
            - `assignedUserIds` string[], nullable — The array of users determined to be the manager during processing time.
            - `fallback` boolean — Configuration to allow a fallback if no manager is found.
            - `fallbackGroupIds` C1ApiPolicyV1AppEntitlementReference[], nullable — Configuration to specify which groups to fallback to if fallback is enabled and no manager is found.
              - …
            - `fallbackUserIds` string[], nullable — Configuration to specific which users to fallback to if fallback is enabled and no manager is found.
            - `isGroupFallbackEnabled` boolean — Configuration to enable fallback for group fallback.
            - `requireDistinctApprovers` boolean — Configuration to require distinct approvers across approval steps of a rule.
          - `requireApprovalReason` boolean — Configuration to require a reason when approving this step.
          - `requireDenialReason` boolean — Configuration to require a reason when denying this step.
          - `requireReassignmentReason` boolean — Configuration to require a reason when reassigning this step.
          - `requiresStepUpProviderId` string — The ID of a step-up authentication provider that will be required for approvals on this step. If set, approvers must complete the step-up authentication flow before they can approve.
          - `resourceOwners` C1ApiPolicyV1ResourceOwnerApproval, nullable — The resource owner approval allows configuration of the approval step when the target approvers are the resource owners.
            - `allowSelfApproval` boolean — Configuration to allow self approval if the target user is an resource owner during this step.
            - `fallback` boolean — Configuration to allow a fallback if the resource owner cannot be identified.
            - `fallbackGroupIds` C1ApiPolicyV1AppEntitlementReference[], nullable — Configuration to specify which groups to fallback to if fallback is enabled and the resource owner cannot be identified.
              - …
            - `fallbackUserIds` string[], nullable — Configuration to specific which users to fallback to if fallback is enabled and the resource owner cannot be identified.
            - `isGroupFallbackEnabled` boolean — Configuration to enable fallback for group fallback.
            - `requireDistinctApprovers` boolean — Configuration to require distinct approvers across approval steps of a rule.
          - `self` C1ApiPolicyV1SelfApproval, nullable — The self approval object describes the configuration of a policy step that needs to be approved by the target of the request.
            - `assignedUserIds` string[], nullable — The array of users determined to be themselves during approval. This should only ever be one person, but is saved because it may change if the owner of an app user changes while the ticket is open.
            - `fallback` boolean — Configuration to allow a fallback if the identity user of the target app user cannot be determined.
            - `fallbackGroupIds` C1ApiPolicyV1AppEntitlementReference[], nullable — Configuration to specify which groups to fallback to if fallback is enabled and the identity user of the target app user cannot be determined.
              - …
            - `fallbackUserIds` string[], nullable — Configuration to specific which users to fallback to if fallback is enabled and the identity user of the target app user cannot be determined.
            - `isGroupFallbackEnabled` boolean — Configuration to enable fallback for group fallback.
          - `users` C1ApiPolicyV1UserApproval, nullable — The user approval object describes the approval configuration of a policy step that needs to be approved by a specific list of users.
            - `allowSelfApproval` boolean — Configuration to allow self approval of if the user is specified and also the target of the ticket.
            - `requireDistinctApprovers` boolean — Configuration to require distinct approvers across approval steps of a rule.
            - `userIds` string[], nullable — Array of users configured for approval.
          - `webhook` C1ApiPolicyV1WebhookApproval, nullable — The WebhookApproval message.
            - `webhookId` string — The ID of the webhook to call for approval.
        - `approved` C1ApiPolicyV1ApprovedAction, nullable — The approved action indicates that the approvalinstance had an outcome of approved.
          - `approvedAt` string, date-time
          - `entitlements` C1ApiPolicyV1AppEntitlementReference[], nullable — The entitlements that were approved. This will only ever be a list of one entitlement.
            - `appEntitlementId` string — The ID of the Entitlement.
            - `appId` string — The ID of the App this entitlement belongs to.
          - `stepUpTransactionId` string — The ID of the step-up transaction that was used for this approval, if step-up was required.
          - `userId` string — The UserID that approved this step.
        - `assignedAt` string, date-time
        - `denied` C1ApiPolicyV1DeniedAction, nullable — The denied action indicates that the c1.api.policy.v1.ApprovalInstance had an outcome of denied.
          - `deniedAt` string, date-time
          - `userId` string — The UserID that denied this step.
        - `escalationInstance` C1ApiPolicyV1EscalationInstance — The EscalationInstance message. This message contains a oneof named escalation_policy. Only a single field of the following list may be set at a time: - replacePolicy - reassignToApprovers - cancelTicket - skipStep
          - `alreadyEscalated` boolean — The alreadyEscalated field.
          - `cancelTicket` C1ApiPolicyV1EscalationInstanceCancelTicket, nullable — The CancelTicket message.
          - `escalationComment` string — The escalationComment field.
          - `expiresAt` string, date-time
          - `reassignToApprovers` C1ApiPolicyV1EscalationInstanceReassignToApprovers, nullable — The ReassignToApprovers message.
            - `approverIds` string[], nullable — The approverIds field.
          - `replacePolicy` C1ApiPolicyV1EscalationInstanceReplacePolicy, nullable — The ReplacePolicy message.
            - `policyId` string — The policyId field.
          - `skipStep` C1ApiPolicyV1EscalationInstanceSkipStep, nullable — The SkipStep message.
        - `reassigned` C1ApiPolicyV1ReassignedAction, nullable — The ReassignedAction object describes the outcome of a policy step that has been reassigned.
          - `newPolicyStepId` string — The ID of the policy step that was created as a result of this reassignment.
          - `reassignedAt` string, date-time
          - `userId` string — The UserID of the person who reassigned this step.
        - `reassignedByError` C1ApiPolicyV1ReassignedByErrorAction, nullable — The ReassignedByErrorAction object describes the outcome of a policy step that has been reassigned because it had an error provisioning.
          - `description` string — The description of the error with more details on why this was reassigned.
          - `errorCode` string — Additional information about the error, like http status codes or error messages from SDKs.
          - `errorUserId` string — The UserID of the user who reassigned this due to an error. This will exclusively be the System's UserID.
          - `erroredAt` string, date-time
          - `newPolicyStepId` string — The ID of the policy step that was created by this reassignment.
          - `reassignedAt` string, date-time
        - `restarted` C1ApiPolicyV1RestartAction, nullable — The restart action describes the outcome of policy steps for when the task was restarted. This can be applied to multiple steps since restart skips all pending next steps.
          - `oldPolicyStepId` string — The step ID that was restarted. Potentially multiple "history" steps will reference this ID to indicate by what step they were restarted.
          - `restartedAt` string, date-time
          - `userId` string — The user that submitted the restart action.
        - `skipped` C1ApiPolicyV1SkippedAction, nullable — The SkippedAction object describes the outcome of a policy step that has been skipped.
          - `newPolicyStepId` string — The ID of the policy step that was created as a result of this skipping.
          - `skippedAt` string, date-time
          - `userId` string — The UserID of the user who skipped this step.
        - `state` 'APPROVAL_INSTANCE_STATE_UNSPECIFIED' | 'APPROVAL_INSTANCE_STATE_INIT' | 'APPROVAL_INSTANCE_STATE_SENDING_NOTIFICATIONS' | 'APPROVAL_INSTANCE_STATE_WAITING' | 'APPROVAL_INSTANCE_STATE_DONE' — The state of the approval instance
    - `approvalReassigned` C1ApiTaskV1TaskAuditPolicyApprovalReassigned, nullable — The TaskAuditPolicyApprovalReassigned message.
      - `newPolicyStepId` string — The newPolicyStepId field.
      - `newUsers` string[], nullable — The newUsers field.
      - `oldPolicyStepId` string — The oldPolicyStepId field.
      - `users` C1ApiUserV1User[], nullable — The users field.
        - `createdAt` string, date-time
        - `delegatedUserId` string — The id of the user to whom tasks will be automatically reassigned to.
        - `deletedAt` string, date-time
        - `department` string — The department which the user belongs to in the organization.
        - `departmentSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on department attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `directoryIds` string[], nullable — A list of unique ids that represent different directories.
        - `directoryStatus` 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'DELETED' — The status of the user in the directory.
        - `directoryStatusSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on directoryStatus attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `displayName` string — The display name of the user.
        - `email` string — This is the user's email.
        - `emailSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the email attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `emails` string[], nullable — This is a list of all of the user's emails from app users.
        - `employeeIdSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the employee IDs attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `employeeIds` string[], nullable — This is a list of all of the user's employee IDs from app users.
        - `employmentStatus` string — The users employment status.
        - `employmentStatusSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on employmentStatus attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `employmentType` string — The employment type of the user.
        - `employmentTypeSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on employmentType attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `id` string — A unique identifier of the user.
        - `jobTitle` string — The job title of the user.
        - `jobTitleSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on jobTitle attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `managerIds` string[], nullable — A list of ids of the user's managers.
        - `managerSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on managerId attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `origin` 'USER_ORIGIN_UNSPECIFIED' | 'USER_ORIGIN_DIRECTORY' | 'USER_ORIGIN_LOCAL' | 'USER_ORIGIN_SYSTEM' — The origin of the user, describing who owns the user's lifecycle.
        - `profile` object
        - `roleIds` string[], nullable — A list of unique identifiers that maps to ConductorOne's user roles let you assign users permissions tailored to the work they do in the software.
        - `status` 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'DELETED' — The status of the user in the system.
        - `type` 'USER_TYPE_UNSPECIFIED' | 'USER_TYPE_SYSTEM' | 'USER_TYPE_HUMAN' | 'USER_TYPE_SERVICE' | 'USER_TYPE_AGENT' — The type of the user.
        - `updatedAt` string, date-time
        - `username` string — This is the user's primary username. Typically sourced from the primary directory.
        - `usernameSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the usernames attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `usernames` string[], nullable — This is a list of all of the user's usernames from app users.
    - `approvedAutomatically` C1ApiTaskV1TaskAuditApprovalHappenedAutomatically, nullable — The TaskAuditApprovalHappenedAutomatically message.
    - `bulkActionError` C1ApiTaskV1TaskAuditBulkActionError, nullable — The TaskAuditBulkActionError message.
      - `error` string — The error field.
    - `certifyOutcome` C1ApiTaskV1TaskAuditCertifyOutcome, nullable — The TaskAuditCertifyOutcome message.
      - `outcome` 'CERTIFY_OUTCOME_UNSPECIFIED' | 'CERTIFY_OUTCOME_CERTIFIED' | 'CERTIFY_OUTCOME_DECERTIFIED' | 'CERTIFY_OUTCOME_ERROR' | 'CERTIFY_OUTCOME_CANCELLED' | 'CERTIFY_OUTCOME_WAIT_TIMED_OUT' — The outcome field.
    - `comment` C1ApiTaskV1TaskAuditComment, nullable — The TaskAuditComment message.
      - `comment` string — The comment field.
      - `updatedAt` string, date-time
      - `updatedBy` string — The updatedBy field.
    - `conditionalPolicyExecutionResult` C1ApiTaskV1TaskAuditConditionalPolicyExecutionResult, nullable — The TaskAuditConditionalPolicyExecutionResult message.
      - `condition` string — The condition field.
      - `conditionMatched` boolean — The conditionMatched field.
      - `defaultCondition` boolean — The defaultCondition field.
      - `error` string — The error field.
      - `policyKey` string — The policyKey field.
    - `connectorActionsEnd` C1ApiTaskV1TaskAuditFinishedConnectorActions, nullable — The TaskAuditFinishedConnectorActions message.
      - `policyStepId` string — The policyStepId field.
    - `connectorActionsStart` C1ApiTaskV1TaskAuditStartedConnectorActions, nullable — The TaskAuditStartedConnectorActions message.
      - `policyStepId` string — The policyStepId field.
    - `created` string, date-time
    - `createdReplacementExtensionGrantTask` C1ApiTaskV1TaskAuditCreatedReplacementExtensionGrantTask, nullable — TaskAuditCreatedReplacementExtensionGrantTask is used when a replacement extension grant task is created (e.g. when an extension grant task is cancelled due to app user deletion).
      - `newTaskId` string — The ID of the newly created replacement task
      - `newTaskNumericId` string, int64 — The numeric ID of the newly created replacement task (for display)
    - `currentState` 'TASK_STATE_UNSPECIFIED' | 'TASK_STATE_OPEN' | 'TASK_STATE_CLOSED' — The currentState field.
    - `eventType` 'TASK_AUDIT_EVENT_TYPE_UNSPECIFIED' | 'TASK_AUDIT_EVENT_TYPE_NEUTRAL' | 'TASK_AUDIT_EVENT_TYPE_ERROR' — The eventType field.
    - `expressionPolicyStepError` C1ApiTaskV1TaskAuditExpressionPolicyStepError, nullable — The TaskAuditExpressionPolicyStepError message.
      - `error` string — The error field.
    - `externalTicketCreated` C1ApiTaskV1TaskAuditExternalTicketCreated, nullable — The TaskAuditExternalTicketCreated message.
      - `appId` string — The appId field.
      - `connectorId` string — The connectorId field.
      - `externalTicketId` string — The externalTicketId field.
      - `externalTicketProvisionerConfigId` string — The externalTicketProvisionerConfigId field.
      - `externalTicketProvisionerConfigName` string — The externalTicketProvisionerConfigName field.
      - `externalTicketUrl` string — The externalTicketUrl field.
    - `externalTicketError` C1ApiTaskV1TaskAuditExternalTicketError, nullable — The TaskAuditExternalTicketError message.
      - `errorMessage` string — The errorMessage field.
    - `externalTicketProvisionStepResolved` C1ApiTaskV1TaskAuditExternalTicketProvisionStepResolved, nullable — The TaskAuditExternalTicketProvisionStepResolved message.
      - `appId` string — The appId field.
      - `connectorId` string — The connectorId field.
      - `externalTicketId` string — The externalTicketId field.
      - `externalTicketProvisionerConfigId` string — The externalTicketProvisionerConfigId field.
      - `externalTicketUrl` string — The externalTicketUrl field.
    - `externalTicketTriggered` C1ApiTaskV1TaskAuditExternalTicketTriggered, nullable — The TaskAuditExternalTicketTriggered message.
      - `appId` string — The appId field.
      - `connectorId` string — The connectorId field.
      - `externalTicketId` string — The externalTicketId field.
      - `externalTicketProvisionerConfigId` string — The externalTicketProvisionerConfigId field.
      - `externalTicketProvisionerConfigName` string — The externalTicketProvisionerConfigName field.
    - `formInstanceChange` C1ApiTaskV1TaskAuditFormInstanceChange, nullable — The TaskAuditFormInstanceChange message.
      - `isValid` boolean — The isValid field.
    - `grantDurationUpdated` C1ApiTaskV1TaskAuditGrantDurationUpdated, nullable — The TaskAuditGrantDurationUpdated message.
      - `duration` string, duration
    - `grantOutcome` C1ApiTaskV1TaskAuditGrantOutcome, nullable — The TaskAuditGrantOutcome message.
      - `outcome` 'GRANT_OUTCOME_UNSPECIFIED' | 'GRANT_OUTCOME_GRANTED' | 'GRANT_OUTCOME_DENIED' | 'GRANT_OUTCOME_ERROR' | 'GRANT_OUTCOME_CANCELLED' | 'GRANT_OUTCOME_WAIT_TIMED_OUT' — The outcome field.
    - `hardReset` C1ApiTaskV1TaskAuditHardReset, nullable — The TaskAuditHardReset message.
      - `oldPolicyStepId` string — The oldPolicyStepId field.
    - `id` string — The id field.
    - `metadata` C1ApiTaskV1TaskAuditMetaData — The TaskAuditMetaData message.
      - `user` C1ApiUserV1User — The User object provides all of the details for an user, as well as some configuration.
        - `createdAt` string, date-time
        - `delegatedUserId` string — The id of the user to whom tasks will be automatically reassigned to.
        - `deletedAt` string, date-time
        - `department` string — The department which the user belongs to in the organization.
        - `departmentSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on department attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `directoryIds` string[], nullable — A list of unique ids that represent different directories.
        - `directoryStatus` 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'DELETED' — The status of the user in the directory.
        - `directoryStatusSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on directoryStatus attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `displayName` string — The display name of the user.
        - `email` string — This is the user's email.
        - `emailSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the email attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `emails` string[], nullable — This is a list of all of the user's emails from app users.
        - `employeeIdSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the employee IDs attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `employeeIds` string[], nullable — This is a list of all of the user's employee IDs from app users.
        - `employmentStatus` string — The users employment status.
        - `employmentStatusSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on employmentStatus attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `employmentType` string — The employment type of the user.
        - `employmentTypeSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on employmentType attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `id` string — A unique identifier of the user.
        - `jobTitle` string — The job title of the user.
        - `jobTitleSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on jobTitle attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `managerIds` string[], nullable — A list of ids of the user's managers.
        - `managerSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on managerId attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `origin` 'USER_ORIGIN_UNSPECIFIED' | 'USER_ORIGIN_DIRECTORY' | 'USER_ORIGIN_LOCAL' | 'USER_ORIGIN_SYSTEM' — The origin of the user, describing who owns the user's lifecycle.
        - `profile` object
        - `roleIds` string[], nullable — A list of unique identifiers that maps to ConductorOne's user roles let you assign users permissions tailored to the work they do in the software.
        - `status` 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'DELETED' — The status of the user in the system.
        - `type` 'USER_TYPE_UNSPECIFIED' | 'USER_TYPE_SYSTEM' | 'USER_TYPE_HUMAN' | 'USER_TYPE_SERVICE' | 'USER_TYPE_AGENT' — The type of the user.
        - `updatedAt` string, date-time
        - `username` string — This is the user's primary username. Typically sourced from the primary directory.
        - `usernameSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the usernames attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `usernames` string[], nullable — This is a list of all of the user's usernames from app users.
    - `policyChanged` C1ApiTaskV1TaskAuditPolicyChanged, nullable — The TaskAuditPolicyChanged message.
      - `newPolicyId` string — The newPolicyId field.
      - `oldPolicyId` string — The oldPolicyId field.
    - `policyEvaluationStep` C1ApiTaskV1TaskAuditPolicyEvaluationStep, nullable — The TaskAuditPolicyEvaluationStep message.
      - `stepComment` string — The stepComment field.
    - `provisionCancelled` C1ApiTaskV1TaskAuditPolicyProvisionCancelled, nullable — The TaskAuditPolicyProvisionCancelled message.
      - `cancelReason` string — The cancelReason field.
    - `provisionError` C1ApiTaskV1TaskAuditPolicyProvisionError, nullable — The TaskAuditPolicyProvisionError message.
      - `error` string — The error field.
    - `provisionReassigned` C1ApiTaskV1TaskAuditPolicyProvisionReassigned, nullable — The TaskAuditPolicyProvisionReassigned message.
      - `newPolicyStepId` string — The newPolicyStepId field.
      - `newUsers` string[], nullable — The newUsers field.
      - `oldPolicyStepId` string — The oldPolicyStepId field.
      - `users` C1ApiUserV1User[], nullable — The users field.
        - `createdAt` string, date-time
        - `delegatedUserId` string — The id of the user to whom tasks will be automatically reassigned to.
        - `deletedAt` string, date-time
        - `department` string — The department which the user belongs to in the organization.
        - `departmentSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on department attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `directoryIds` string[], nullable — A list of unique ids that represent different directories.
        - `directoryStatus` 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'DELETED' — The status of the user in the directory.
        - `directoryStatusSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on directoryStatus attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `displayName` string — The display name of the user.
        - `email` string — This is the user's email.
        - `emailSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the email attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `emails` string[], nullable — This is a list of all of the user's emails from app users.
        - `employeeIdSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the employee IDs attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `employeeIds` string[], nullable — This is a list of all of the user's employee IDs from app users.
        - `employmentStatus` string — The users employment status.
        - `employmentStatusSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on employmentStatus attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `employmentType` string — The employment type of the user.
        - `employmentTypeSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on employmentType attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `id` string — A unique identifier of the user.
        - `jobTitle` string — The job title of the user.
        - `jobTitleSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on jobTitle attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `managerIds` string[], nullable — A list of ids of the user's managers.
        - `managerSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on managerId attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `origin` 'USER_ORIGIN_UNSPECIFIED' | 'USER_ORIGIN_DIRECTORY' | 'USER_ORIGIN_LOCAL' | 'USER_ORIGIN_SYSTEM' — The origin of the user, describing who owns the user's lifecycle.
        - `profile` object
        - `roleIds` string[], nullable — A list of unique identifiers that maps to ConductorOne's user roles let you assign users permissions tailored to the work they do in the software.
        - `status` 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'DELETED' — The status of the user in the system.
        - `type` 'USER_TYPE_UNSPECIFIED' | 'USER_TYPE_SYSTEM' | 'USER_TYPE_HUMAN' | 'USER_TYPE_SERVICE' | 'USER_TYPE_AGENT' — The type of the user.
        - `updatedAt` string, date-time
        - `username` string — This is the user's primary username. Typically sourced from the primary directory.
        - `usernameSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the usernames attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `usernames` string[], nullable — This is a list of all of the user's usernames from app users.
    - `reassignedToDelegate` C1ApiTaskV1TaskAuditReassignedToDelegate, nullable — The TaskAuditReassignedToDelegate message.
      - `delegatedAssigneeUser` C1ApiUserV1User — The User object provides all of the details for an user, as well as some configuration.
        - `createdAt` string, date-time
        - `delegatedUserId` string — The id of the user to whom tasks will be automatically reassigned to.
        - `deletedAt` string, date-time
        - `department` string — The department which the user belongs to in the organization.
        - `departmentSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on department attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `directoryIds` string[], nullable — A list of unique ids that represent different directories.
        - `directoryStatus` 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'DELETED' — The status of the user in the directory.
        - `directoryStatusSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on directoryStatus attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `displayName` string — The display name of the user.
        - `email` string — This is the user's email.
        - `emailSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the email attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `emails` string[], nullable — This is a list of all of the user's emails from app users.
        - `employeeIdSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the employee IDs attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `employeeIds` string[], nullable — This is a list of all of the user's employee IDs from app users.
        - `employmentStatus` string — The users employment status.
        - `employmentStatusSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on employmentStatus attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `employmentType` string — The employment type of the user.
        - `employmentTypeSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on employmentType attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `id` string — A unique identifier of the user.
        - `jobTitle` string — The job title of the user.
        - `jobTitleSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on jobTitle attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `managerIds` string[], nullable — A list of ids of the user's managers.
        - `managerSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on managerId attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `origin` 'USER_ORIGIN_UNSPECIFIED' | 'USER_ORIGIN_DIRECTORY' | 'USER_ORIGIN_LOCAL' | 'USER_ORIGIN_SYSTEM' — The origin of the user, describing who owns the user's lifecycle.
        - `profile` object
        - `roleIds` string[], nullable — A list of unique identifiers that maps to ConductorOne's user roles let you assign users permissions tailored to the work they do in the software.
        - `status` 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'DELETED' — The status of the user in the system.
        - `type` 'USER_TYPE_UNSPECIFIED' | 'USER_TYPE_SYSTEM' | 'USER_TYPE_HUMAN' | 'USER_TYPE_SERVICE' | 'USER_TYPE_AGENT' — The type of the user.
        - `updatedAt` string, date-time
        - `username` string — This is the user's primary username. Typically sourced from the primary directory.
        - `usernameSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the usernames attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `usernames` string[], nullable — This is a list of all of the user's usernames from app users.
      - `delegatedAssigneeUserId` string — The delegatedAssigneeUserId field.
      - `originalAssigneeUser` C1ApiUserV1User — The User object provides all of the details for an user, as well as some configuration.
        - `createdAt` string, date-time
        - `delegatedUserId` string — The id of the user to whom tasks will be automatically reassigned to.
        - `deletedAt` string, date-time
        - `department` string — The department which the user belongs to in the organization.
        - `departmentSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on department attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `directoryIds` string[], nullable — A list of unique ids that represent different directories.
        - `directoryStatus` 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'DELETED' — The status of the user in the directory.
        - `directoryStatusSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on directoryStatus attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `displayName` string — The display name of the user.
        - `email` string — This is the user's email.
        - `emailSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the email attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `emails` string[], nullable — This is a list of all of the user's emails from app users.
        - `employeeIdSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the employee IDs attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `employeeIds` string[], nullable — This is a list of all of the user's employee IDs from app users.
        - `employmentStatus` string — The users employment status.
        - `employmentStatusSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on employmentStatus attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `employmentType` string — The employment type of the user.
        - `employmentTypeSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on employmentType attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `id` string — A unique identifier of the user.
        - `jobTitle` string — The job title of the user.
        - `jobTitleSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on jobTitle attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `managerIds` string[], nullable — A list of ids of the user's managers.
        - `managerSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on managerId attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `origin` 'USER_ORIGIN_UNSPECIFIED' | 'USER_ORIGIN_DIRECTORY' | 'USER_ORIGIN_LOCAL' | 'USER_ORIGIN_SYSTEM' — The origin of the user, describing who owns the user's lifecycle.
        - `profile` object
        - `roleIds` string[], nullable — A list of unique identifiers that maps to ConductorOne's user roles let you assign users permissions tailored to the work they do in the software.
        - `status` 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'DELETED' — The status of the user in the system.
        - `type` 'USER_TYPE_UNSPECIFIED' | 'USER_TYPE_SYSTEM' | 'USER_TYPE_HUMAN' | 'USER_TYPE_SERVICE' | 'USER_TYPE_AGENT' — The type of the user.
        - `updatedAt` string, date-time
        - `username` string — This is the user's primary username. Typically sourced from the primary directory.
        - `usernameSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the usernames attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `usernames` string[], nullable — This is a list of all of the user's usernames from app users.
      - `originalAssigneeUserId` string — The originalAssigneeUserId field.
    - `reassignmentFallbackToAdmin` C1ApiTaskV1TaskAuditReassignmentFallbackToAdmin, nullable — TaskAuditReassignmentFallbackToAdmin is used when no eligible reviewers are found from the policy configuration and the task falls back to system administrators without creating a new policy step. This prevents reassignment loops.
      - `adminUserIds` string[], nullable — The IDs of the system administrator users that the task is being assigned to
      - `adminUsers` C1ApiUserV1User[], nullable — The system administrator users (populated for display)
        - `createdAt` string, date-time
        - `delegatedUserId` string — The id of the user to whom tasks will be automatically reassigned to.
        - `deletedAt` string, date-time
        - `department` string — The department which the user belongs to in the organization.
        - `departmentSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on department attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `directoryIds` string[], nullable — A list of unique ids that represent different directories.
        - `directoryStatus` 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'DELETED' — The status of the user in the directory.
        - `directoryStatusSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on directoryStatus attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `displayName` string — The display name of the user.
        - `email` string — This is the user's email.
        - `emailSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the email attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `emails` string[], nullable — This is a list of all of the user's emails from app users.
        - `employeeIdSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the employee IDs attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `employeeIds` string[], nullable — This is a list of all of the user's employee IDs from app users.
        - `employmentStatus` string — The users employment status.
        - `employmentStatusSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on employmentStatus attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `employmentType` string — The employment type of the user.
        - `employmentTypeSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on employmentType attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `id` string — A unique identifier of the user.
        - `jobTitle` string — The job title of the user.
        - `jobTitleSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on jobTitle attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `managerIds` string[], nullable — A list of ids of the user's managers.
        - `managerSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on managerId attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `origin` 'USER_ORIGIN_UNSPECIFIED' | 'USER_ORIGIN_DIRECTORY' | 'USER_ORIGIN_LOCAL' | 'USER_ORIGIN_SYSTEM' — The origin of the user, describing who owns the user's lifecycle.
        - `profile` object
        - `roleIds` string[], nullable — A list of unique identifiers that maps to ConductorOne's user roles let you assign users permissions tailored to the work they do in the software.
        - `status` 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'DELETED' — The status of the user in the system.
        - `type` 'USER_TYPE_UNSPECIFIED' | 'USER_TYPE_SYSTEM' | 'USER_TYPE_HUMAN' | 'USER_TYPE_SERVICE' | 'USER_TYPE_AGENT' — The type of the user.
        - `updatedAt` string, date-time
        - `username` string — This is the user's primary username. Typically sourced from the primary directory.
        - `usernameSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the usernames attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `usernames` string[], nullable — This is a list of all of the user's usernames from app users.
    - `reassignmentListError` C1ApiTaskV1TaskAuditReassignmentListError, nullable — The TaskAuditReassignmentListError message.
      - `errorMessage` string — The errorMessage field.
    - `revokeOutcome` C1ApiTaskV1TaskAuditRevokeOutcome, nullable — The TaskAuditRevokeOutcome message.
      - `outcome` 'REVOKE_OUTCOME_UNSPECIFIED' | 'REVOKE_OUTCOME_REVOKED' | 'REVOKE_OUTCOME_DENIED' | 'REVOKE_OUTCOME_ERROR' | 'REVOKE_OUTCOME_CANCELLED' | 'REVOKE_OUTCOME_WAIT_TIMED_OUT' — The outcome field.
    - `slaEscalation` C1ApiTaskV1TaskAuditSLAEscalation, nullable — The TaskAuditSLAEscalation message.
      - `message` string — The message field.
    - `source` 'SOURCE_UNSPECIFIED' | 'SOURCE_C1' | 'SOURCE_JIRA' | 'SOURCE_SLACK' | 'SOURCE_COPILOT_AGENTS' — The source field.
    - `stateChange` C1ApiTaskV1TaskAuditStateChange, nullable — The TaskAuditStateChange message.
      - `previousState` 'TASK_STATE_UNSPECIFIED' | 'TASK_STATE_OPEN' | 'TASK_STATE_CLOSED' — The previousState field.
    - `stepSkipped` C1ApiTaskV1TaskAuditStepSkipped, nullable — The TaskAuditStepSkipped message.
      - `skippedBy` string — The skippedBy field.
    - `stepUpApproval` C1ApiTaskV1TaskAuditStepUpApproval, nullable — The TaskAuditStepUpApproval message.
      - `stepUpTransactionId` string — The stepUpTransactionId field.
    - `taskCreated` C1ApiTaskV1TaskAuditNewTask, nullable — The TaskAuditNewTask message.
    - `taskCreatedFrom` C1ApiTaskV1TaskAuditNewTaskCreatedFrom, nullable — TaskAuditNewTaskCreatedFrom is used when a task is created from another task (e.g. when a replacement extension grant task is created after the original is cancelled). This is set on the NEW task to indicate its origin.
      - `originalTaskId` string — The originalTaskId field.
      - `originalTaskNumericId` string, int64 — The originalTaskNumericId field.
      - `originalTaskType` string — The task type of the original task (e.g. "grant", "revoke", "certify").
    - `taskEscalated` C1ApiTaskV1TaskAuditEscalateToEmergencyAccess, nullable — The TaskAuditEscalateToEmergencyAccess message.
      - `oldPolicyId` string — The oldPolicyId field.
      - `oldPolicyStepId` string — The oldPolicyStepId field.
    - `taskRestarted` C1ApiTaskV1TaskAuditRestart, nullable — The TaskAuditRestart message.
      - `oldPolicyStepId` string — The oldPolicyStepId field.
    - `ticketId` string — The ticketId field.
    - `userId` string — The userId field.
    - `waitStepAnalysisSuccess` C1ApiTaskV1TaskAuditWaitForAnalysisStepSuccess, nullable — The TaskAuditWaitForAnalysisStepSuccess message.
      - `stepId` string — The stepId field.
      - `succeededAt` string, date-time
    - `waitStepAnalysisTimedOut` C1ApiTaskV1TaskAuditWaitForAnalysisStepTimedOut, nullable — The TaskAuditWaitForAnalysisStepTimedOut message.
      - `stepId` string — The stepId field.
      - `timedOutAt` string, date-time
    - `waitStepAnalysisWaiting` C1ApiTaskV1TaskAuditWaitForAnalysisStepWaiting, nullable — The TaskAuditWaitForAnalysisStepWaiting message.
      - `stepId` string — The stepId field.
    - `waitStepSuccess` C1ApiTaskV1TaskAuditWaitStepSuccess, nullable — The TaskAuditWaitStepSuccess message.
      - `condition` string — The condition field.
      - `stepId` string — The stepId field.
      - `succeededAt` string, date-time
    - `waitStepTimedOut` C1ApiTaskV1TaskAuditWaitStepTimedOut, nullable — The TaskAuditWaitStepTimedOut message.
      - `condition` string — The condition field.
      - `stepId` string — The stepId field.
      - `timedOutAt` string, date-time
    - `waitStepUntilTime` C1ApiTaskV1TaskAuditWaitStepUntilTime, nullable — The TaskAuditWaitStepUntilTime message.
      - `stepId` string — The stepId field.
      - `untilTime` string, date-time
    - `waitStepWaiting` C1ApiTaskV1TaskAuditWaitStepWaiting, nullable — The TaskAuditWaitStepWaiting message.
      - `condition` string — The condition field.
      - `stepId` string — The stepId field.
    - `webhookApprovalAttempt` C1ApiTaskV1TaskAuditWebhookApprovalAttempt, nullable — The TaskAuditWebhookApprovalAttempt message.
      - `webhookId` string — The webhookId field.
      - `webhookInstanceId` string — The webhookInstanceId field.
      - `webhookName` string — The webhookName field.
      - `webhookUrl` string — The webhookUrl field.
    - `webhookApprovalBadResponse` C1ApiTaskV1TaskAuditWebhookApprovalBadResponse, nullable — The TaskAuditWebhookApprovalBadResponse message.
      - `error` string — The error field.
      - `webhookId` string — The webhookId field.
      - `webhookInstanceId` string — The webhookInstanceId field.
      - `webhookName` string — The webhookName field.
      - `webhookUrl` string — The webhookUrl field.
    - `webhookApprovalFatalError` C1ApiTaskV1TaskAuditWebhookApprovalFatalError, nullable — The TaskAuditWebhookApprovalFatalError message.
      - `error` string — The error field.
      - `webhookId` string — The webhookId field.
      - `webhookInstanceId` string — The webhookInstanceId field.
      - `webhookName` string — The webhookName field.
      - `webhookUrl` string — The webhookUrl field.
    - `webhookApprovalSuccess` C1ApiTaskV1TaskAuditWebhookApprovalSuccess, nullable — The TaskAuditWebhookApprovalSuccess message.
      - `webhookId` string — The webhookId field.
      - `webhookInstanceId` string — The webhookInstanceId field.
      - `webhookName` string — The webhookName field.
      - `webhookUrl` string — The webhookUrl field.
    - `webhookApprovalTriggered` C1ApiTaskV1TaskAuditWebhookApprovalTriggered, nullable — The TaskAuditWebhookApprovalTriggered message.
      - `webhookId` string — The webhookId field.
      - `webhookInstanceId` string — The webhookInstanceId field.
      - `webhookName` string — The webhookName field.
      - `webhookUrl` string — The webhookUrl field.
    - `webhookAttempt` C1ApiTaskV1TaskAuditWebhookAttempt, nullable — The TaskAuditWebhookAttempt message.
      - `webhookId` string — The webhookId field.
      - `webhookInstanceId` string — The webhookInstanceId field.
      - `webhookName` string — The webhookName field.
      - `webhookUrl` string — The webhookUrl field.
    - `webhookSuccess` C1ApiTaskV1TaskAuditWebhookSuccess, nullable — The TaskAuditWebhookSuccess message.
      - `webhookId` string — The webhookId field.
      - `webhookInstanceId` string — The webhookInstanceId field.
      - `webhookName` string — The webhookName field.
      - `webhookUrl` string — The webhookUrl field.
    - `webhookTriggered` C1ApiTaskV1TaskAuditWebhookTriggered, nullable — The TaskAuditWebhookTriggered message.
      - `webhookId` string — The webhookId field.
      - `webhookInstanceId` string — The webhookInstanceId field.
      - `webhookName` string — The webhookName field.
      - `webhookUrl` string — The webhookUrl field.
    - `workflowStep` integer — The workflowStep field.
  - `nextPageToken` string — A pagination token to retrieve the next page of results.

---

[API](https://skmtc.net/conductorone/apis/c1-api.md) · [All operations](https://skmtc.net/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductorone/c1-api/versions/d391405a35d3/schema)
