Class CreateDistributedDatabaseCatalogDatabaseDetails
Details for creating a distributed database catalog.
Inheritance
CreateDistributedDatabaseCatalogDatabaseDetails
Inherited Members
Namespace: Oci.DistributeddatabaseService.Models
Assembly: OCI.DotNetSDK.Distributeddatabase.dll
Syntax
[JsonConverter(typeof(CreateDistributedDatabaseCatalogDatabaseDetailsModelConverter))]
public class CreateDistributedDatabaseCatalogDatabaseDetails
Properties
TdeWalletPassword
Declaration
[JsonProperty(PropertyName = "tdeWalletPassword")]
public string TdeWalletPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The password to open the TDE wallet. The password must be 9 to 255 characters and contain at least two uppercase letters, two lowercase letters, two numeric characters, and two special characters. The allowed special characters are _, \#, and -. |
TdeWalletPasswordSecretId
Declaration
[JsonProperty(PropertyName = "tdeWalletPasswordSecretId")]
public string TdeWalletPasswordSecretId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the OCI vault secret. This cannot be used in conjunction with tdeWalletPassword. |
TdeWalletPasswordSecretVersionNumber
Declaration
[JsonProperty(PropertyName = "tdeWalletPasswordSecretVersionNumber")]
public int? TdeWalletPasswordSecretVersionNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The version of the vault secret. If no version is specified, the latest version will be used. |