Method: projects.showEffectiveAutokeyConfig

Full name: projects.showEffectiveAutokeyConfig

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

HTTP request


GET https://cloudkms.googleapis.com/v1/{parent=projects/*}:showEffectiveAutokeyConfig

The URLs usegRPC 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 forprojects.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 theAuthentication Overview.

IAM Permissions

Requires the followingIAM permission on theparent resource:

  • cloudkms.projects.showEffectiveAutokeyConfig

For more information, see theIAM documentation.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-02-11 UTC.