Class AutokeyConfig
Cloud KMS Autokey configuration for a folder.
Implements
Inherited Members
Namespace: Google.Apis.CloudKMS.v1.Data
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class AutokeyConfig : IDirectResponseSchema
Properties
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.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KeyProject
Optional. Name of the key project, e.g. projects/{PROJECT_ID}
or projects/{PROJECT_NUMBER}
, where Cloud
KMS Autokey will provision a new CryptoKey when a KeyHandle is created. On UpdateAutokeyConfig, the caller
will require cloudkms.cryptoKeys.setIamPolicy
permission on this key project. Once configured, for Cloud
KMS Autokey to function properly, this key project must have the Cloud KMS API activated and the Cloud KMS
Service Agent for this key project must be granted the cloudkms.admin
role (or pertinent permissions). A
request with an empty key project field will clear the configuration.
Declaration
[JsonProperty("keyProject")]
public virtual string KeyProject { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Identifier. Name of the AutokeyConfig resource, e.g. folders/{FOLDER_NUMBER}/autokeyConfig
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. The state for the AutokeyConfig.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |