Cloud KMS Autokey configuration for a folder or project.
| JSON representation | 
|---|
|  { 
 "name" 
 : 
 string 
 , 
 "keyProject" 
 : 
 string 
 , 
 "state" 
 : 
 enum (  | 
| Fields | |
|---|---|
| name |   Identifier. Name of the  | 
| keyProject |   Optional. Name of the key project, e.g.  | 
| state |   Output only. The state for the AutokeyConfig. | 
| etag |   Optional. A checksum computed by the server based on the value of other fields. This may be sent on update requests to ensure that the client has an up-to-date value before proceeding. The request will be rejected with an ABORTED error on a mismatched etag. | 
State
The states AutokeyConfig can be in.
| Enums | |
|---|---|
| STATE_UNSPECIFIED | The state of the AutokeyConfig is unspecified. | 
| ACTIVE | The AutokeyConfig is currently active. | 
| KEY_PROJECT_DELETED | A previously configured key project has been deleted and the current AutokeyConfig is unusable. | 
| UNINITIALIZED | The AutokeyConfig is not yet initialized or has been reset to its default uninitialized state. | 

