Method: projects.locations.deployPolicies.get

Gets details of a single DeployPolicy.

HTTP request

GET https://clouddeploy.googleapis.com/v1/{name=projects/*/locations/*/deployPolicies/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Name of the DeployPolicy. Format must be projects/{projectId}/locations/{location_name}/deployPolicies/{deploy_policy_name}.

Request body

The request body must be empty.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • clouddeploy.deployPolicies.get

For more information, see the IAM documentation.