Cloud Dataplex v1 API - Class CreateEncryptionConfigRequest (3.8.0)

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

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

Create EncryptionConfig Request

Inheritance

object > CreateEncryptionConfigRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

CreateEncryptionConfigRequest()

public CreateEncryptionConfigRequest()

CreateEncryptionConfigRequest(CreateEncryptionConfigRequest)

public CreateEncryptionConfigRequest(CreateEncryptionConfigRequest other)
Parameter
Name Description
other CreateEncryptionConfigRequest

Properties

EncryptionConfig

public EncryptionConfig EncryptionConfig { get; set; }

Required. The EncryptionConfig to create.

Property Value
Type Description
EncryptionConfig

EncryptionConfigId

public string EncryptionConfigId { get; set; }

Required. The ID of the EncryptionConfig to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), and hyphens (-). The maximum size is 63 characters. The first character must be a letter. The last character must be a letter or a number.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The location at which the EncryptionConfig is to be created.

Property Value
Type Description
string

ParentAsOrganizationLocationName

public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }

OrganizationLocationName-typed view over the Parent resource name property.

Property Value
Type Description
OrganizationLocationName