public sealed class BigQueryAuditMetadata.Types.EncryptionInfo : IMessage<BigQueryAuditMetadata.Types.EncryptionInfo>, IEquatable<BigQueryAuditMetadata.Types.EncryptionInfo>, IDeepCloneable<BigQueryAuditMetadata.Types.EncryptionInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.EncryptionInfo.
Encryption properties for a table or a job
Implements
IMessageBigQueryAuditMetadataTypesEncryptionInfo, IEquatableBigQueryAuditMetadataTypesEncryptionInfo, IDeepCloneableBigQueryAuditMetadataTypesEncryptionInfo, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
EncryptionInfo()
public EncryptionInfo()
EncryptionInfo(EncryptionInfo)
public EncryptionInfo(BigQueryAuditMetadata.Types.EncryptionInfo other)
Parameter | |
---|---|
Name | Description |
other | BigQueryAuditMetadataTypesEncryptionInfo |
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 |