Google Cloud Audit API - Class BigQueryAuditMetadata.Types.EncryptionInfo (2.4.0)

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

Inheritance

object > BigQueryAuditMetadata.Types.EncryptionInfo

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

EncryptionInfo()

public EncryptionInfo()

EncryptionInfo(EncryptionInfo)

public EncryptionInfo(BigQueryAuditMetadata.Types.EncryptionInfo other)
Parameter
NameDescription
otherBigQueryAuditMetadataTypesEncryptionInfo

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
TypeDescription
string