public sealed class DataEncryptionState : IMessage<DataEncryptionState>, IEquatable<DataEncryptionState>, IDeepCloneable<DataEncryptionState>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class DataEncryptionState.
Describes encryption state of a resource.
Implements
IMessageDataEncryptionState, IEquatableDataEncryptionState, IDeepCloneableDataEncryptionState, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
DataEncryptionState()
public DataEncryptionState()
DataEncryptionState(DataEncryptionState)
public DataEncryptionState(DataEncryptionState other)
Parameter | |
---|---|
Name | Description |
other |
DataEncryptionState |
Properties
KmsKeyVersionName
public string KmsKeyVersionName { get; set; }
Required. The KMS key version name with which data of a resource is encrypted.
Property Value | |
---|---|
Type | Description |
string |
KmsKeyVersionNameAsCryptoKeyVersionName
public CryptoKeyVersionName KmsKeyVersionNameAsCryptoKeyVersionName { get; set; }
CryptoKeyVersionName-typed view over the KmsKeyVersionName resource name property.
Property Value | |
---|---|
Type | Description |
CryptoKeyVersionName |