public static class DatabaseViewAccessEntrySummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
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.
|
DatabaseViewAccessEntrySummary |
build() |
DatabaseViewAccessEntrySummary.Builder |
columnName(String columnName)
The name of column when there are column level privileges on a table or view.
|
DatabaseViewAccessEntrySummary.Builder |
copy(DatabaseViewAccessEntrySummary model) |
DatabaseViewAccessEntrySummary.Builder |
grantee(String grantee)
Grantee is the user who can access the view.
|
DatabaseViewAccessEntrySummary.Builder |
grantFromRole(String grantFromRole)
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.
|
DatabaseViewAccessEntrySummary.Builder |
grantor(String grantor)
The user who granted the privilege.
|
DatabaseViewAccessEntrySummary.Builder |
isAccessConstrainedByDatabaseVault(Boolean isAccessConstrainedByDatabaseVault)
Indicates whether the table access is constrained via Oracle Database Vault.
|
DatabaseViewAccessEntrySummary.Builder |
isAccessConstrainedByRealApplicationSecurity(Boolean isAccessConstrainedByRealApplicationSecurity)
Indicates whether the view access is constrained via Real Application Security.
|
DatabaseViewAccessEntrySummary.Builder |
isAccessConstrainedByRedaction(Boolean isAccessConstrainedByRedaction)
Indicates whether the view access is constrained via Oracle Data Redaction.
|
DatabaseViewAccessEntrySummary.Builder |
isAccessConstrainedBySqlFirewall(Boolean isAccessConstrainedBySqlFirewall)
Indicates whether the view access is constrained via Oracle Database SQL Firewall.
|
DatabaseViewAccessEntrySummary.Builder |
isAccessConstrainedByVirtualPrivateDatabase(Boolean isAccessConstrainedByVirtualPrivateDatabase)
Indicates whether the view access is constrained via Virtual Private Database.
|
DatabaseViewAccessEntrySummary.Builder |
key(String key)
The unique key that identifies the view report.
|
DatabaseViewAccessEntrySummary.Builder |
privilege(PrivilegeName privilege)
The name of the privilege.
|
DatabaseViewAccessEntrySummary.Builder |
privilegeGrantable(PrivilegeGrantableOption privilegeGrantable)
Indicates whether the grantee can grant this privilege to other users.
|
DatabaseViewAccessEntrySummary.Builder |
privilegeType(String privilegeType)
Type of the privilege user has, this includes System Privilege, Schema Privilege, Object
Privilege, Column Privilege, Owner or Schema Privilege on a schema.
|
DatabaseViewAccessEntrySummary.Builder |
tableName(String tableName)
The name of the table.
|
DatabaseViewAccessEntrySummary.Builder |
tableSchema(String tableSchema)
The name of the schema
|
DatabaseViewAccessEntrySummary.Builder |
targetId(String targetId)
The OCID of the of the target database.
|
DatabaseViewAccessEntrySummary.Builder |
viewName(String viewName)
The name of the view.
|
DatabaseViewAccessEntrySummary.Builder |
viewSchema(String viewSchema)
The name of the schema.
|
DatabaseViewAccessEntrySummary.Builder |
viewText(String viewText)
The definition of the view.
|
public DatabaseViewAccessEntrySummary.Builder key(String key)
The unique key that identifies the view report. It is numeric and unique within a security policy report.
key
- the value to setpublic DatabaseViewAccessEntrySummary.Builder grantee(String grantee)
Grantee is the user who can access the view.
grantee
- the value to setpublic DatabaseViewAccessEntrySummary.Builder grantFromRole(String grantFromRole)
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.
grantFromRole
- the value to setpublic 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.
accessType
- the value to setpublic DatabaseViewAccessEntrySummary.Builder privilege(PrivilegeName privilege)
The name of the privilege.
privilege
- the value to setpublic DatabaseViewAccessEntrySummary.Builder targetId(String targetId)
The OCID of the of the target database.
targetId
- the value to setpublic DatabaseViewAccessEntrySummary.Builder privilegeGrantable(PrivilegeGrantableOption privilegeGrantable)
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
privilegeGrantable
- the value to setpublic DatabaseViewAccessEntrySummary.Builder privilegeType(String privilegeType)
Type of the privilege user has, this includes System Privilege, Schema Privilege, Object Privilege, Column Privilege, Owner or Schema Privilege on a schema.
privilegeType
- the value to setpublic DatabaseViewAccessEntrySummary.Builder tableSchema(String tableSchema)
The name of the schema
tableSchema
- the value to setpublic DatabaseViewAccessEntrySummary.Builder tableName(String tableName)
The name of the table.
tableName
- the value to setpublic DatabaseViewAccessEntrySummary.Builder viewSchema(String viewSchema)
The name of the schema.
viewSchema
- the value to setpublic DatabaseViewAccessEntrySummary.Builder viewName(String viewName)
The name of the view.
viewName
- the value to setpublic DatabaseViewAccessEntrySummary.Builder viewText(String viewText)
The definition of the view.
viewText
- the value to setpublic DatabaseViewAccessEntrySummary.Builder columnName(String columnName)
The name of column when there are column level privileges on a table or view.
columnName
- the value to setpublic DatabaseViewAccessEntrySummary.Builder grantor(String grantor)
The user who granted the privilege.
grantor
- the value to setpublic DatabaseViewAccessEntrySummary.Builder isAccessConstrainedByDatabaseVault(Boolean isAccessConstrainedByDatabaseVault)
Indicates whether the table access is constrained via Oracle Database Vault.
isAccessConstrainedByDatabaseVault
- the value to setpublic DatabaseViewAccessEntrySummary.Builder isAccessConstrainedByVirtualPrivateDatabase(Boolean isAccessConstrainedByVirtualPrivateDatabase)
Indicates whether the view access is constrained via Virtual Private Database.
isAccessConstrainedByVirtualPrivateDatabase
- the value to setpublic DatabaseViewAccessEntrySummary.Builder isAccessConstrainedByRedaction(Boolean isAccessConstrainedByRedaction)
Indicates whether the view access is constrained via Oracle Data Redaction.
isAccessConstrainedByRedaction
- the value to setpublic DatabaseViewAccessEntrySummary.Builder isAccessConstrainedByRealApplicationSecurity(Boolean isAccessConstrainedByRealApplicationSecurity)
Indicates whether the view access is constrained via Real Application Security.
isAccessConstrainedByRealApplicationSecurity
- the value to setpublic DatabaseViewAccessEntrySummary.Builder isAccessConstrainedBySqlFirewall(Boolean isAccessConstrainedBySqlFirewall)
Indicates whether the view access is constrained via Oracle Database SQL Firewall.
isAccessConstrainedBySqlFirewall
- the value to setpublic DatabaseViewAccessEntrySummary build()
public DatabaseViewAccessEntrySummary.Builder copy(DatabaseViewAccessEntrySummary model)
Copyright © 2016–2024. All rights reserved.