Condividi tramite


UserRequestResponseOutput interface

Descrive l'utente che chiede di eseguire operazioni in Purview.

Proprietà

comment

Commento quando si invia una richiesta utente.

operations

L'elenco di operazioni che l'utente vuole inviare, ogni operazione corrisponde a una chiamata API Purview e eseguirà direttamente l'operazione.

requestId

ID richiesta utente.

Il valore può contenere un UUID

requestor

Persona che ha inviato la richiesta utente.

Il valore può contenere un UUID

status

Stato.

Dettagli proprietà

comment

Commento quando si invia una richiesta utente.

comment?: string

Valore della proprietà

string

operations

L'elenco di operazioni che l'utente vuole inviare, ogni operazione corrisponde a una chiamata API Purview e eseguirà direttamente l'operazione.

operations: UserRequestResponseOperationsItemOutput[]

Valore della proprietà

requestId

ID richiesta utente.

Il valore può contenere un UUID

requestId: string

Valore della proprietà

string

requestor

Persona che ha inviato la richiesta utente.

Il valore può contenere un UUID

requestor: string

Valore della proprietà

string

status

Stato.

status: "InProgress" | "Failed" | "Completed" | "NotStarted" | "Canceling" | "CancellationFailed" | "Canceled"

Valore della proprietà

"InProgress" | "Failed" | "Completed" | "NotStarted" | "Canceling" | "CancellationFailed" | "Canceled"