public sealed class DataEncryptionState : IMessage<DataEncryptionState>, IEquatable<DataEncryptionState>, IDeepCloneable<DataEncryptionState>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1 API class DataEncryptionState.
Describes encryption state of a resource.
Implements
IMessageDataEncryptionState, IEquatableDataEncryptionState, IDeepCloneableDataEncryptionState, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Assembly
Google.Cloud.Dataform.V1.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 |
|