Class BigQueryAuditMetadata.Types.EncryptionInfo (2.0.0)

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

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(BigQueryAuditMetadata.Types.EncryptionInfo)

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

Properties

KmsKeyName

public string KmsKeyName { get; set; }

Cloud kms key identifier.

Format: projects/&lt;project_id>/locations/&lt;location>/keyRings/&lt;key_ring_name>/cryptoKeys/&lt;key_name>

Property Value
TypeDescription
String