public sealed class CreateEncryptionConfigRequest : IMessage<CreateEncryptionConfigRequest>, IEquatable<CreateEncryptionConfigRequest>, IDeepCloneable<CreateEncryptionConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class CreateEncryptionConfigRequest.
Create EncryptionConfig Request
Implements
IMessageCreateEncryptionConfigRequest, IEquatableCreateEncryptionConfigRequest, IDeepCloneableCreateEncryptionConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
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][google.cloud.dataplex.v1.EncryptionConfig] to create. Currently, only a value of "default" is supported.
| 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 |
|