permissionLevel property
The permission level of the Autonomous Database.
Output only. Possible string values are:
- "PERMISSION_LEVEL_UNSPECIFIED" : Default unspecified value.
- "RESTRICTED" : Restricted mode allows access only by admin users.
- "UNRESTRICTED" : Normal access.
Implementation
core.String? permissionLevel;