Method: folders.showEffectiveAutokeyConfig

Full name: folders.showEffectiveAutokeyConfig

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

HTTP request


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

The URLs use gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

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

Format:

  • folders/{folder}

Request body

The request body must be empty.

Response body

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

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.folders.showEffectiveAutokeyConfig

For more information, see the IAM documentation.