LogoLogo
User GuidesDeveloper ReferenceSupportFAQLog in
  • Introduction
  • Changelog
  • API
    • BackupsApi
    • ClustersApi
    • LogsApi
    • MetadataApi
    • RestoresApi
  • Models
    • APIVersion
    • BackupLocation
    • BackupMetadata
    • BackupResponse
    • ClusterBackup
    • ClusterBackupList
    • ClusterBackupListAllOf
    • ClusterList
    • ClusterListAllOf
    • ClusterLogs
    • ClusterLogsInstances
    • ClusterLogsMessages
    • ClusterProperties
    • ClusterResponse
    • Connection
    • CreateClusterProperties
    • CreateClusterRequest
    • CreateRestoreRequest
    • DBUser
    • DayOfTheWeek
    • ErrorMessage
    • ErrorResponse
    • Location
    • MaintenanceWindow
    • Metadata
    • Pagination
    • PaginationLinks
    • PatchClusterProperties
    • PatchClusterRequest
    • PostgresVersionList
    • PostgresVersionListData
    • ResourceType
    • State
    • StorageType
    • SynchronizationMode
On this page
  • Properties
  • Example
  1. Models

DBUser

Properties

Name
Type
Description
Notes

username

String

The username for the initial PostgreSQL user. Some system usernames are restricted (e.g. "postgres", "admin", "standby").

password

String

Example

require 'ionoscloud-dbaas-postgres'

instance = IonoscloudDbaasPostgres::DBUser.new(
  username: db-admin,
  password: password123
)
PreviousCreateRestoreRequestNextDayOfTheWeek

Last updated 2 years ago