BigQuery Audit Data Logging v1 API - Class EncryptionInfo (1.3.0)

public sealed class EncryptionInfo : IMessage<EncryptionInfo>, IEquatable<EncryptionInfo>, IDeepCloneable<EncryptionInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class EncryptionInfo.

Describes encryption properties for a table or a job

Inheritance

object > EncryptionInfo

Namespace

Google.Cloud.BigQuery.Logging.V1

Assembly

Google.Cloud.BigQuery.Logging.V1.dll

Constructors

EncryptionInfo()

public EncryptionInfo()

EncryptionInfo(EncryptionInfo)

public EncryptionInfo(EncryptionInfo other)
Parameter
NameDescription
otherEncryptionInfo

Properties

KmsKeyName

public string KmsKeyName { get; set; }

unique identifier for cloud kms key

Property Value
TypeDescription
string