Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static SqlFirewallViolationAggregationDimensions.Builder |
SqlFirewallViolationAggregationDimensions.builder()
Create a new builder.
|
SqlFirewallViolationAggregationDimensions.Builder |
SqlFirewallViolationAggregationDimensions.Builder.clientIp(List<String> clientIp)
The IP address of the host from which the session was spawned.
|
SqlFirewallViolationAggregationDimensions.Builder |
SqlFirewallViolationAggregationDimensions.Builder.clientOsUserName(List<String> clientOsUserName)
The name of the operating system user for the database session.
|
SqlFirewallViolationAggregationDimensions.Builder |
SqlFirewallViolationAggregationDimensions.Builder.clientProgram(List<String> clientProgram)
The application from which the SQL violation was generated.
|
SqlFirewallViolationAggregationDimensions.Builder |
SqlFirewallViolationAggregationDimensions.Builder.copy(SqlFirewallViolationAggregationDimensions model) |
SqlFirewallViolationAggregationDimensions.Builder |
SqlFirewallViolationAggregationDimensions.Builder.dbUserName(List<String> dbUserName)
The name of the database user.
|
SqlFirewallViolationAggregationDimensions.Builder |
SqlFirewallViolationAggregationDimensions.Builder.operation(List<String> operation)
The name of the action executed by the user on the target database, for example, ALTER,
CREATE, DROP.
|
SqlFirewallViolationAggregationDimensions.Builder |
SqlFirewallViolationAggregationDimensions.Builder.operationTime(List<Date> operationTime)
The time of the SQL violation occurrence in the target database.
|
SqlFirewallViolationAggregationDimensions.Builder |
SqlFirewallViolationAggregationDimensions.Builder.sqlLevel(List<SqlFirewallViolationAggregationDimensions.SqlLevel> sqlLevel)
Specifies the level of SQL included for this SQL Firewall policy.
|
SqlFirewallViolationAggregationDimensions.Builder |
SqlFirewallViolationAggregationDimensions.Builder.targetId(List<String> targetId)
The OCID of the target database.
|
SqlFirewallViolationAggregationDimensions.Builder |
SqlFirewallViolationAggregationDimensions.Builder.targetName(List<String> targetName)
The name of the target database.
|
SqlFirewallViolationAggregationDimensions.Builder |
SqlFirewallViolationAggregationDimensions.toBuilder() |
SqlFirewallViolationAggregationDimensions.Builder |
SqlFirewallViolationAggregationDimensions.Builder.violationAction(List<String> violationAction)
The action taken for this SQL violation.
|
SqlFirewallViolationAggregationDimensions.Builder |
SqlFirewallViolationAggregationDimensions.Builder.violationCause(List<String> violationCause)
Indicates whether SQL or context violation.
|
Copyright © 2016–2024. All rights reserved.