@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
).
Modifier and Type | Class and Description |
---|---|
static class |
DatabaseViewAccessEntrySummary.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and 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.
|
Modifier and Type | Method and 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 schema
|
String |
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.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"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)
public static DatabaseViewAccessEntrySummary.Builder builder()
Create a new builder.
public DatabaseViewAccessEntrySummary.Builder toBuilder()
public String getKey()
The unique key that identifies the view report. It is numeric and unique within a security policy report.
public String getGrantee()
Grantee is the user who can access the view.
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.
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.
public PrivilegeName getPrivilege()
The name of the privilege.
public String getTargetId()
The OCID of the of the target database.
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
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.
public String getTableSchema()
The name of the schema
public String getTableName()
The name of the table.
public String getViewSchema()
The name of the schema.
public String getViewName()
The name of the view.
public String getViewText()
The definition of the view.
public String getColumnName()
The name of column when there are column level privileges on a table or view.
public String getGrantor()
The user who granted the privilege.
public Boolean getIsAccessConstrainedByDatabaseVault()
Indicates whether the table access is constrained via Oracle Database Vault.
public Boolean getIsAccessConstrainedByVirtualPrivateDatabase()
Indicates whether the view access is constrained via Virtual Private Database.
public Boolean getIsAccessConstrainedByRedaction()
Indicates whether the view access is constrained via Oracle Data Redaction.
public Boolean getIsAccessConstrainedByRealApplicationSecurity()
Indicates whether the view access is constrained via Real Application Security.
public Boolean getIsAccessConstrainedBySqlFirewall()
Indicates whether the view access is constrained via Oracle Database SQL Firewall.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.