GetPermissionApplyOrderDetail
View detailed information about a specific permission request in Alibaba Cloud DataWorks using a FlowId identifier to manage and track access approvals.
Instructions
查询权限申请单的详细信息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
FlowId | Yes | 权限申请单ID |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"FlowId": {
"description": "权限申请单ID",
"type": "string"
}
},
"required": [
"FlowId"
],
"type": "object"
}