跳到主要内容

WorkflowProjectAccessRequest

idstring<uuid>required
projectIdstring<uuid>required
requesterUserIdstringrequired
capabilitystringrequired
Constant value: download_source
reasonstringrequired
statusWorkflowProjectAccessRequestStatusrequired

Possible values: [pending, approved, rejected, revoked]

createdAtstring<date-time>required
updatedAtstring<date-time>required
resolvedByUserIdstring
resolvedAtstring<date-time>
WorkflowProjectAccessRequest
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"projectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"requesterUserId": "string",
"capability": "download_source",
"reason": "string",
"status": "pending",
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z",
"resolvedByUserId": "string",
"resolvedAt": "2024-07-29T15:51:28.071Z"
}