Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.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.
|
static DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.builder()
Create a new builder.
|
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.Builder.columnName(String columnName)
If there are column level privileges on a table or view.
|
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.Builder.copy(DatabaseViewAccessEntry model) |
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.Builder.grantee(String grantee)
Grantee is the user who can access the table or view
|
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.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.
|
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.Builder.grantor(String grantor)
The user who granted the privilege.
|
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.Builder.isAccessConstrainedByDatabaseVault(Boolean isAccessConstrainedByDatabaseVault)
Indicates whether the table access is constrained via Oracle Database Vault.
|
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.Builder.isAccessConstrainedByRealApplicationSecurity(Boolean isAccessConstrainedByRealApplicationSecurity)
Indicates whether the view access is constrained via Real Application Security.
|
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.Builder.isAccessConstrainedByRedaction(Boolean isAccessConstrainedByRedaction)
Indicates whether the view access is constrained via Oracle Data Redaction.
|
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.Builder.isAccessConstrainedBySqlFirewall(Boolean isAccessConstrainedBySqlFirewall)
Indicates whether the view access is constrained via Oracle Database SQL Firewall.
|
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.Builder.isAccessConstrainedByVirtualPrivateDatabase(Boolean isAccessConstrainedByVirtualPrivateDatabase)
Indicates whether the view access is constrained via Virtual Private Database.
|
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.Builder.key(String key)
The unique key that identifies the table access report.
|
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.Builder.privilege(PrivilegeName privilege)
The name of the privilege.
|
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.Builder.privilegeGrantable(PrivilegeGrantableOption privilegeGrantable)
Indicates whether the grantee can grant this privilege to other users.
|
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.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.
|
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.Builder.tableName(String tableName)
The name of the database table the user has access to.
|
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.Builder.tableSchema(String tableSchema)
The name of the schema the table belongs to.
|
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.Builder.targetId(String targetId)
The OCID of the of the target database.
|
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.toBuilder() |
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.Builder.viewName(String viewName)
The name of the view.
|
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.Builder.viewSchema(String viewSchema)
The name of the schema.
|
DatabaseViewAccessEntry.Builder |
DatabaseViewAccessEntry.Builder.viewText(String viewText)
Definition of the view.
|
Copyright © 2016–2024. All rights reserved.