UserRequestPayload interface
Properties
| comment | The comment when submit a user request. |
| operations | The list of operations user want to submit, each operation matches one Purview API call and will do the operation directly. |
Property Details
comment
The comment when submit a user request.
comment?: string
Property Value
string
operations
The list of operations user want to submit, each operation matches one Purview API call and will do the operation directly.
operations: Operation[]