public enum AutokeyConfig.Types.KeyProjectResolutionModeReference documentation and code samples for the Google Cloud Key Management Service v1 API enum AutokeyConfig.Types.KeyProjectResolutionMode.
Defines the resolution mode enum for the key project. The [KeyProjectResolutionMode][google.cloud.kms.v1.AutokeyConfig.KeyProjectResolutionMode] determines the mechanism by which [AutokeyConfig][google.cloud.kms.v1.AutokeyConfig] identifies a [key_project][google.cloud.kms.v1.AutokeyConfig.key_project] at its specific configuration node. This parameter also determines if Autokey can be used within this project or folder.
Namespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Fields |
|
|---|---|
| Name | Description |
DedicatedKeyProject |
Keys are created in a dedicated project specified by |
Disabled |
Disables the AutokeyConfig. When this mode is set, any AutokeyConfig from higher levels in the resource hierarchy are ignored for this resource and its descendants. This setting can be overridden by a more specific configuration at a lower level. For example, if Autokey is disabled on a folder, it can be re-enabled on a sub-folder or project within that folder by setting a different mode (e.g., DEDICATED_KEY_PROJECT or RESOURCE_PROJECT). |
ResourceProject |
Keys are created in the same project as the resource requesting the key.
The |
Unspecified |
Default value. KeyProjectResolutionMode when not specified will act as
|