DeidentifyErrorDetails

Contains the status of the Deidentify operation.

JSON representation
{
  "successStoreCount": string,
  "failureStoreCount": string,
  "successResourceCount": string,
  "failureResourceCount": string
}
Fields
successStoreCount

string (int64 format)

Number of stores successfully processed.

failureStoreCount

string (int64 format)

Number of stores that failed to process.

successResourceCount

string (int64 format)

Number of resources successfully processed.

failureResourceCount

string (int64 format)

Number of resources that failed to process.