Uses of Class
com.oracle.bmc.datasafe.model.AccessType
-
Packages that use AccessType Package Description com.oracle.bmc.datasafe.model -
-
Uses of AccessType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AccessType Modifier and Type Method Description static AccessType
AccessType. create(String key)
AccessType
DatabaseTableAccessEntry. getAccessType()
The type of the access the user has on the table, there can be one or more from SELECT, UPDATE, INSERT, OWNER or DELETE.AccessType
DatabaseTableAccessEntrySummary. getAccessType()
The type of the access the user has on the table, there can be one or more from SELECT, UPDATE, INSERT, OWNER or DELETE.AccessType
DatabaseViewAccessEntry. getAccessType()
The type of the access the user has on the table, there can be one or more from SELECT, UPDATE, INSERT or DELETE.AccessType
DatabaseViewAccessEntrySummary. getAccessType()
The type of the access the user has on the table, there can be one or more from SELECT, DELETE, INSERT, READ or UPDATE.static AccessType
AccessType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccessType[]
AccessType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type AccessType Modifier and Type Method Description DatabaseTableAccessEntry.Builder
DatabaseTableAccessEntry.Builder. accessType(AccessType accessType)
The type of the access the user has on the table, there can be one or more from SELECT, UPDATE, INSERT, OWNER or DELETE.DatabaseTableAccessEntrySummary.Builder
DatabaseTableAccessEntrySummary.Builder. accessType(AccessType accessType)
The type of the access the user has on the table, there can be one or more from SELECT, UPDATE, INSERT, OWNER or DELETE.DatabaseViewAccessEntry.Builder
DatabaseViewAccessEntry.Builder. accessType(AccessType accessType)
The type of the access the user has on the table, there can be one or more from SELECT, UPDATE, INSERT or DELETE.DatabaseViewAccessEntrySummary.Builder
DatabaseViewAccessEntrySummary.Builder. accessType(AccessType accessType)
The type of the access the user has on the table, there can be one or more from SELECT, DELETE, INSERT, READ or UPDATE.Constructors in com.oracle.bmc.datasafe.model with parameters of type AccessType Constructor 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.
-