Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static PrivilegeName |
PrivilegeName.create(String key) |
PrivilegeName |
DatabaseTableAccessEntry.getPrivilege()
Name of the privilege.
|
PrivilegeName |
DatabaseTableAccessEntrySummary.getPrivilege()
Name of the privilege.
|
PrivilegeName |
DatabaseViewAccessEntrySummary.getPrivilege()
The name of the privilege.
|
PrivilegeName |
DatabaseViewAccessEntry.getPrivilege()
The name of the privilege.
|
static PrivilegeName |
PrivilegeName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrivilegeName[] |
PrivilegeName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DatabaseTableAccessEntry.Builder |
DatabaseTableAccessEntry.Builder.privilege(PrivilegeName privilege)
Name of the privilege.
|
DatabaseTableAccessEntrySummary.Builder |
DatabaseTableAccessEntrySummary.Builder.privilege(PrivilegeName privilege)
Name of the privilege.
|
DatabaseViewAccessEntrySummary.Builder |
DatabaseViewAccessEntrySummary.Builder.privilege(PrivilegeName privilege)
The name of the privilege.
|
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.Builder.privilege(PrivilegeName privilege)
The name of the privilege.
|
Constructor and Description |
---|
DatabaseTableAccessEntry(String key,
String grantee,
AccessType accessType,
String tableSchema,
String tableName,
String privilegeType,
String targetId,
PrivilegeName privilege,
PrivilegeGrantableOption privilegeGrantable,
String grantFromRole,
String accessThroughObject,
String columnName,
String grantor,
Boolean areAllTablesAccessible,
Boolean isAccessConstrainedByView,
Boolean isAccessConstrainedByLabelSecurity,
Boolean isAccessConstrainedByDatabaseVault,
Boolean isAccessConstrainedByVirtualPrivateDatabase,
Boolean isAccessConstrainedByRedaction,
Boolean isAccessConstrainedByRealApplicationSecurity,
Boolean isAccessConstrainedBySqlFirewall,
Boolean isSensitive)
Deprecated.
|
DatabaseTableAccessEntrySummary(String key,
String grantee,
String grantFromRole,
AccessType accessType,
String tableSchema,
String tableName,
String privilegeType,
String targetId,
String accessThroughObject,
PrivilegeName privilege,
PrivilegeGrantableOption privilegeGrantable,
String columnName,
String grantor,
Boolean areAllTablesAccessible,
Boolean isAccessConstrainedByView,
Boolean isAccessConstrainedByLabelSecurity,
Boolean isAccessConstrainedByDatabaseVault,
Boolean isAccessConstrainedByVirtualPrivateDatabase,
Boolean isAccessConstrainedByRedaction,
Boolean isAccessConstrainedByRealApplicationSecurity,
Boolean isAccessConstrainedBySqlFirewall,
Boolean isSensitive)
Deprecated.
|
DatabaseViewAccessEntry(String key,
String grantee,
AccessType accessType,
String tableSchema,
String tableName,
String privilegeType,
String targetId,
PrivilegeName privilege,
PrivilegeGrantableOption privilegeGrantable,
String grantFromRole,
String viewSchema,
String viewName,
String viewText,
String columnName,
String grantor,
Boolean isAccessConstrainedByDatabaseVault,
Boolean isAccessConstrainedByVirtualPrivateDatabase,
Boolean isAccessConstrainedByRedaction,
Boolean isAccessConstrainedByRealApplicationSecurity,
Boolean isAccessConstrainedBySqlFirewall)
Deprecated.
|
DatabaseViewAccessEntrySummary(String key,
String grantee,
String grantFromRole,
AccessType accessType,
PrivilegeName privilege,
String targetId,
PrivilegeGrantableOption privilegeGrantable,
String privilegeType,
String tableSchema,
String tableName,
String viewSchema,
String viewName,
String viewText,
String columnName,
String grantor,
Boolean isAccessConstrainedByDatabaseVault,
Boolean isAccessConstrainedByVirtualPrivateDatabase,
Boolean isAccessConstrainedByRedaction,
Boolean isAccessConstrainedByRealApplicationSecurity,
Boolean isAccessConstrainedBySqlFirewall)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.