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 AccessTypeAccessType. create(String key)AccessTypeDatabaseTableAccessEntry. 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.AccessTypeDatabaseTableAccessEntrySummary. 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.AccessTypeDatabaseViewAccessEntry. getAccessType()The type of the access the user has on the table, there can be one or more from SELECT, UPDATE, INSERT or DELETE.AccessTypeDatabaseViewAccessEntrySummary. 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 AccessTypeAccessType. 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.BuilderDatabaseTableAccessEntry.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.BuilderDatabaseTableAccessEntrySummary.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.BuilderDatabaseViewAccessEntry.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.BuilderDatabaseViewAccessEntrySummary.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.
-