CreateAutonomousDatabaseWalletRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the Autonomous Database to create a wallet for.

Link copied to clipboard

A client-provided token to ensure the idempotency of the request.

Link copied to clipboard

The password to encrypt the keys inside the wallet.

Link copied to clipboard

The source of the password for encrypting the wallet. When set to CUSTOMER_MANAGED_AWS_SECRET, the password is retrieved from an Amazon Web Services Secrets Manager secret.

Link copied to clipboard

The configuration of the password source for the Autonomous Database wallet.

Link copied to clipboard

The type of wallet to create, either a regional wallet or an instance wallet.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String