Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
HTTP request
GET https://iam.googleapis.com/v1beta/{name=projects/*/locations/*/workloadIdentityPools/*/providers/*/operations/*}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-16 UTC."],[[["This webpage details how to retrieve the latest status of a long-running operation using the specified API."],["The operation is performed using a `GET` HTTP request to a specific URL, which includes a dynamically populated resource name."],["The request requires no body content, but a resource name in the URL is mandatory as path parameters."],["A successful request returns an `Operation` instance in the response body, detailed in the linked documentation."],["Access to this API requires one of the listed OAuth authorization scopes for cloud platform or IAM usage."]]],[]]