class Projects extends Resource (View source)

The "projects" collection of methods.

Typical usage is:

 $cloudkmsService = new Google\Service\CloudKMS(...);
 $projects = $cloudkmsService->projects;

Methods

showEffectiveAutokeyConfig(string $parent, array $optParams = [])

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

Details

ShowEffectiveAutokeyConfigResponse showEffectiveAutokeyConfig(string $parent, array $optParams = [])

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

(projects.showEffectiveAutokeyConfig)

Parameters

string $parent

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.

array $optParams

Optional parameters.

Return Value

ShowEffectiveAutokeyConfigResponse

Exceptions

Exception