Class DataEncryptionState
Describes encryption state of a resource.
Implements
Inherited Members
Namespace: Google.Apis.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class DataEncryptionState : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KmsKeyVersionName
The KMS key version name with which data of a resource is encrypted.
Declaration
[JsonProperty("kmsKeyVersionName")]
public virtual string KmsKeyVersionName { get; set; }
Property Value
Type | Description |
---|---|
string |