Package com.oracle.bmc.datasafe.model
Class DatabaseViewAccessEntrySummary
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.datasafe.model.DatabaseViewAccessEntrySummary
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public final class DatabaseViewAccessEntrySummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Summary of DatabaseViewAccess Object.
Note: Objects should always be created or deserialized using theDatabaseViewAccessEntrySummary.Builder
. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theDatabaseViewAccessEntrySummary.Builder
, which maintain a set of all explicitly set fields calledDatabaseViewAccessEntrySummary.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DatabaseViewAccessEntrySummary.Builder
-
Constructor Summary
Constructors Constructor Description 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DatabaseViewAccessEntrySummary.Builder
builder()
Create a new builder.boolean
equals(Object o)
AccessType
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.String
getColumnName()
The name of column when there are column level privileges on a table or view.String
getGrantee()
Grantee is the user who can access the view.String
getGrantFromRole()
This can be empty in case of direct grant, in case of indirect grant, this attribute displays the name of the role which is granted to the user though which the user has access to the table.String
getGrantor()
The user who granted the privilege.Boolean
getIsAccessConstrainedByDatabaseVault()
Indicates whether the table access is constrained via Oracle Database Vault.Boolean
getIsAccessConstrainedByRealApplicationSecurity()
Indicates whether the view access is constrained via Real Application Security.Boolean
getIsAccessConstrainedByRedaction()
Indicates whether the view access is constrained via Oracle Data Redaction.Boolean
getIsAccessConstrainedBySqlFirewall()
Indicates whether the view access is constrained via Oracle Database SQL Firewall.Boolean
getIsAccessConstrainedByVirtualPrivateDatabase()
Indicates whether the view access is constrained via Virtual Private Database.String
getKey()
The unique key that identifies the view report.PrivilegeName
getPrivilege()
The name of the privilege.PrivilegeGrantableOption
getPrivilegeGrantable()
Indicates whether the grantee can grant this privilege to other users.String
getPrivilegeType()
Type of the privilege user has, this includes System Privilege, Schema Privilege, Object Privilege, Column Privilege, Owner or Schema Privilege on a schema.String
getTableName()
The name of the table.String
getTableSchema()
The name of the schemaString
getTargetId()
The OCID of the of the target database.String
getViewName()
The name of the view.String
getViewSchema()
The name of the schema.String
getViewText()
The definition of the view.int
hashCode()
DatabaseViewAccessEntrySummary.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
DatabaseViewAccessEntrySummary
@Deprecated @ConstructorProperties({"key","grantee","grantFromRole","accessType","privilege","targetId","privilegeGrantable","privilegeType","tableSchema","tableName","viewSchema","viewName","viewText","columnName","grantor","isAccessConstrainedByDatabaseVault","isAccessConstrainedByVirtualPrivateDatabase","isAccessConstrainedByRedaction","isAccessConstrainedByRealApplicationSecurity","isAccessConstrainedBySqlFirewall"}) public 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.
-
-
Method Detail
-
builder
public static DatabaseViewAccessEntrySummary.Builder builder()
Create a new builder.
-
toBuilder
public DatabaseViewAccessEntrySummary.Builder toBuilder()
-
getKey
public String getKey()
The unique key that identifies the view report.It is numeric and unique within a security policy report.
- Returns:
- the value
-
getGrantee
public String getGrantee()
Grantee is the user who can access the view.- Returns:
- the value
-
getGrantFromRole
public String getGrantFromRole()
This can be empty in case of direct grant, in case of indirect grant, this attribute displays the name of the role which is granted to the user though which the user has access to the table.- Returns:
- the value
-
getAccessType
public AccessType 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.- Returns:
- the value
-
getPrivilege
public PrivilegeName getPrivilege()
The name of the privilege.- Returns:
- the value
-
getTargetId
public String getTargetId()
The OCID of the of the target database.- Returns:
- the value
-
getPrivilegeGrantable
public PrivilegeGrantableOption getPrivilegeGrantable()
Indicates whether the grantee can grant this privilege to other users.Privileges can be granted to a user or role with GRANT_OPTION or ADMIN_OPTION
- Returns:
- the value
-
getPrivilegeType
public String getPrivilegeType()
Type of the privilege user has, this includes System Privilege, Schema Privilege, Object Privilege, Column Privilege, Owner or Schema Privilege on a schema.- Returns:
- the value
-
getTableSchema
public String getTableSchema()
The name of the schema- Returns:
- the value
-
getTableName
public String getTableName()
The name of the table.- Returns:
- the value
-
getViewSchema
public String getViewSchema()
The name of the schema.- Returns:
- the value
-
getViewName
public String getViewName()
The name of the view.- Returns:
- the value
-
getViewText
public String getViewText()
The definition of the view.- Returns:
- the value
-
getColumnName
public String getColumnName()
The name of column when there are column level privileges on a table or view.- Returns:
- the value
-
getGrantor
public String getGrantor()
The user who granted the privilege.- Returns:
- the value
-
getIsAccessConstrainedByDatabaseVault
public Boolean getIsAccessConstrainedByDatabaseVault()
Indicates whether the table access is constrained via Oracle Database Vault.- Returns:
- the value
-
getIsAccessConstrainedByVirtualPrivateDatabase
public Boolean getIsAccessConstrainedByVirtualPrivateDatabase()
Indicates whether the view access is constrained via Virtual Private Database.- Returns:
- the value
-
getIsAccessConstrainedByRedaction
public Boolean getIsAccessConstrainedByRedaction()
Indicates whether the view access is constrained via Oracle Data Redaction.- Returns:
- the value
-
getIsAccessConstrainedByRealApplicationSecurity
public Boolean getIsAccessConstrainedByRealApplicationSecurity()
Indicates whether the view access is constrained via Real Application Security.- Returns:
- the value
-
getIsAccessConstrainedBySqlFirewall
public Boolean getIsAccessConstrainedBySqlFirewall()
Indicates whether the view access is constrained via Oracle Database SQL Firewall.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-