Method: projects.locations.services.getIamPolicy

Gets the IAM Access Control policy currently in effect for the given Cloud Run service. This result does not include any inherited policies.

HTTP request

GET https://run.googleapis.com/v1/{resource}:getIamPolicy

Path parameters

Parameters
resource

string

REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field. It takes the form projects/{project}/locations/{location}/services/{service}.

Query parameters

Parameters
options

object (GetPolicyOptions)

OPTIONAL: A GetPolicyOptions object for specifying options to services.getIamPolicy.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Policy.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.