UserRequestResponseOutput interface
Describes user ask to do operation(s) on Purview.
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. |
| request |
The user request id. Value may contain a UUID |
| requestor | The person who submitted the user request. Value may contain a UUID |
| status | The status. |
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: UserRequestResponseOperationsItemOutput[]
Property Value
requestId
The user request id.
Value may contain a UUID
requestId: string
Property Value
string
requestor
The person who submitted the user request.
Value may contain a UUID
requestor: string
Property Value
string
status
The status.
status: "InProgress" | "Failed" | "Completed" | "NotStarted" | "Canceling" | "CancellationFailed" | "Canceled"
Property Value
"InProgress" | "Failed" | "Completed" | "NotStarted" | "Canceling" | "CancellationFailed" | "Canceled"