Database
import type { Database } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";Details of the Database resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/Database/
§Properties
Optional. The password for the default ADMIN user. Note: Only one of
admin_password_secret_version or admin_password can be populated.
Optional. The resource name of a secret version in Secret Manager which
contains the database admin user's password. Format:
projects/{project}/secrets/{secret}/versions/{version}. Note: Only one of
admin_password_secret_version or admin_password can be populated.
Optional. The database name. The name must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.
Output only. The GCP Oracle zone where the Database is created.
Identifier. The name of the Database resource in the following format: projects/{project}/locations/{region}/databases/{database}
Optional. The national character set for the database. The default is AL16UTF16.
Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.
Output only. The Status of Operations Insights for this Database.
Optional. The ID of the pluggable database associated with the Database. The ID must be unique within the project and location.
Optional. The pluggable database associated with the Database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters.
Optional. The properties of the Database.
Optional. The TDE wallet password for the database. Note: Only one of
tde_wallet_password_secret_version or tde_wallet_password can be
populated.
Optional. The resource name of a secret version in Secret Manager which
contains the TDE wallet password for the database. Format:
projects/{project}/secrets/{secret}/versions/{version}. Note: Only one of
tde_wallet_password_secret_version or tde_wallet_password can be
populated.