Una marca de tiempo en formato RFC3339 UTC “Zulú”, con una resolución de nanosegundos y hasta nueve dígitos fraccionarios. Ejemplos: "2014-10-02T15:01:23Z" y "2014-10-02T15:01:23.045123456Z".
Cuerpo de la respuesta
Si se ejecuta de forma correcta, el cuerpo de la respuesta contiene una instancia de ApprovalRequest.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-05-16 (UTC)"],[[["This API endpoint approves an existing approval request, updating its status and returning the modified request, or errors if it does not exist or is not pending."],["The request is made using a `POST` HTTP method to a specific URL with a dynamic `name` path parameter, representing the ID of the approval request to be updated, which requires `accessapproval.requests.approve` IAM permission on the target resource."],["The request body includes a `expireTime` field, using RFC3339 UTC \"Zulu\" timestamp format, specifying when the approval should expire, if successful."],["A successful response returns an instance of `ApprovalRequest`, while a `NOT_FOUND` or `FAILED_PRECONDITION` error can be returned if an issue occurs."],["The endpoint requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` for authorization."]]],[]]