Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ConfigureSaasAdminUserDetails

Details to update SaaS administrative user configuration.

Properties

Optional accessType

accessType: AccessType

The access type for the SaaS administrative user. If no access type is specified, the READ_ONLY access type is used.

Optional duration

duration: undefined | number

How long, in hours, the SaaS administrative user will stay enabled. If no duration is specified, the default value 1 will be used. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional isEnabled

isEnabled: undefined | false | true

Indicates if the SaaS administrative user is enabled for the Autonomous Database.

Optional password

password: undefined | string

A strong password for SaaS administrative user. The password must be a minimum of nine (9) characters and contain a minimum of two (2) uppercase, two (2) lowercase, two (2) numbers, and two (2) special characters from _ (underscore), \# (hashtag), or - (dash).

Optional secretId

secretId: undefined | string

The OCID of the Oracle Cloud Infrastructure secret.

Optional secretVersionNumber

secretVersionNumber: undefined | number

The version of the vault secret. If no version is specified, the latest version will be used. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional timeSaasAdminUserEnabled

timeSaasAdminUserEnabled: Date

The date and time the SaaS administrative user was enabled at, for the Autonomous Database.

Functions

getDeserializedJsonObj

getJsonObj