public sealed class EncryptionInfo : IMessage<BigQueryAuditMetadata.Types.EncryptionInfo>, IEquatable<BigQueryAuditMetadata.Types.EncryptionInfo>, IDeepCloneable<BigQueryAuditMetadata.Types.EncryptionInfo>, IBufferMessage, IMessageEncryption properties for a table or a job
Implements
IMessage<BigQueryAuditMetadata.Types.EncryptionInfo>, IEquatable<BigQueryAuditMetadata.Types.EncryptionInfo>, IDeepCloneable<BigQueryAuditMetadata.Types.EncryptionInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
EncryptionInfo()
public EncryptionInfo()EncryptionInfo(BigQueryAuditMetadata.Types.EncryptionInfo)
public EncryptionInfo(BigQueryAuditMetadata.Types.EncryptionInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
BigQueryAuditMetadata.Types.EncryptionInfo |
Properties
KmsKeyName
public string KmsKeyName { get; set; }Cloud kms key identifier.
Format:
projects/<project_id>/locations/<location>/keyRings/<key_ring_name>/cryptoKeys/<key_name>
| Property Value | |
|---|---|
| Type | Description |
String |
|