Method: projects.showEffectiveAutokeyConfig

Full name: projects.showEffectiveAutokeyConfig

Returns the effective Cloud KMS Autokey configuration for a given project.

HTTP request


The URLs use gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Name of the resource project to the show effective Cloud KMS Autokey configuration for. This may be helpful for interrogating the effect of nested folder configurations on a given resource project.

Request body

The request body must be empty.

Response body

Response message for projects.showEffectiveAutokeyConfig.

If successful, the response body contains data with the following structure:

JSON representation
{
  "keyProject": string
}
Fields
keyProject

string

Name of the key project configured in the resource project's folder ancestry.

Authorization scopes

Requires one of the following OAuth scopes:

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

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • cloudkms.projects.showEffectiveAutokeyConfig

For more information, see the IAM documentation.