Skip to main content
Pulumi logo Pulumi logo
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. UpdateTaskRequest

UpdateTaskRequest

    Request to update a task.

    Properties

    • name string optional
      A new display name for the task. Null means no change. Must be between 1 and 255 characters after trimming whitespace.
    • isShared boolean optional
      Whether to share the task with other org members. Null means no change.
    • approvalMode enum optional
      Approval mode for this task. Null means no change. Valid values: ‘manual’, ‘auto’, ‘balanced’.
      Values: manual, auto, balanced
    • permissionMode enum optional
      The permission scope for the task. Null means no change.
      Values:
      default — Default
      read-only — ReadOnly
    • role string optional
      The RBAC role the task assumes, identified by role id. Null means no change. An empty string clears the assumed role, so subsequent turns run with the task owner’s own permissions. A non-empty value must identify a role that exists in the organization and is assigned to you, directly or through a team; a role you do not hold is rejected with a 403. A changed role takes effect starting with the next turn of the conversation.

      The infrastructure as code platform for any cloud.