Google Cloud Oracle Database V1 Client - Class PermissionLevel (0.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class PermissionLevel.
The types of permission levels for an Autonomous Database.
Protobuf type google.cloud.oracledatabase.v1.AutonomousDatabaseProperties.PermissionLevel
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ AutonomousDatabasePropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PERMISSION_LEVEL_UNSPECIFIED
Value: 0Default unspecified value.
Generated from protobuf enum PERMISSION_LEVEL_UNSPECIFIED = 0;
RESTRICTED
Value: 1Restricted mode allows access only by admin users.
Generated from protobuf enum RESTRICTED = 1;
UNRESTRICTED
Value: 2Normal access.
Generated from protobuf enum UNRESTRICTED = 2;