Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static PrivilegeGrantableOption |
PrivilegeGrantableOption.create(String key) |
PrivilegeGrantableOption |
DatabaseTableAccessEntry.getPrivilegeGrantable()
Indicates whether the grantee can grant this privilege to other users.
|
PrivilegeGrantableOption |
DatabaseTableAccessEntrySummary.getPrivilegeGrantable()
Whether grantee can grant this privilege to other users.
|
PrivilegeGrantableOption |
DatabaseViewAccessEntrySummary.getPrivilegeGrantable()
Indicates whether the grantee can grant this privilege to other users.
|
PrivilegeGrantableOption |
DatabaseViewAccessEntry.getPrivilegeGrantable()
Indicates whether the grantee can grant this privilege to other users.
|
static PrivilegeGrantableOption |
PrivilegeGrantableOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrivilegeGrantableOption[] |
PrivilegeGrantableOption.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.privilegeGrantable(PrivilegeGrantableOption privilegeGrantable)
Indicates whether the grantee can grant this privilege to other users.
|
DatabaseTableAccessEntrySummary.Builder |
DatabaseTableAccessEntrySummary.Builder.privilegeGrantable(PrivilegeGrantableOption privilegeGrantable)
Whether grantee can grant this privilege to other users.
|
DatabaseViewAccessEntrySummary.Builder |
DatabaseViewAccessEntrySummary.Builder.privilegeGrantable(PrivilegeGrantableOption privilegeGrantable)
Indicates whether the grantee can grant this privilege to other users.
|
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.Builder.privilegeGrantable(PrivilegeGrantableOption privilegeGrantable)
Indicates whether the grantee can grant this privilege to other users.
|
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.