Cloud Dataplex v1 API - Class GetEncryptionConfigRequest (3.8.0)

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

Reference documentation and code samples for the Cloud Dataplex v1 API class GetEncryptionConfigRequest.

Get EncryptionConfig Request

Inheritance

object > GetEncryptionConfigRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

GetEncryptionConfigRequest()

public GetEncryptionConfigRequest()

GetEncryptionConfigRequest(GetEncryptionConfigRequest)

public GetEncryptionConfigRequest(GetEncryptionConfigRequest other)
Parameter
Name Description
other GetEncryptionConfigRequest

Properties

EncryptionConfigName

public EncryptionConfigName EncryptionConfigName { get; set; }

EncryptionConfigName-typed view over the Name resource name property.

Property Value
Type Description
EncryptionConfigName

Name

public string Name { get; set; }

Required. The name of the EncryptionConfig to fetch.

Property Value
Type Description
string