Class 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 the DatabaseViewAccessEntrySummary.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 the DatabaseViewAccessEntrySummary.Builder, which maintain a set of all explicitly set fields called DatabaseViewAccessEntrySummary.Builder.__explicitlySet__. The hashCode() and equals(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).
    • 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

      • 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 class com.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 class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel