Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
EnableConditions |
EnableConditions.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<EnableConditions> |
ProvisionAuditConditions.getEnableConditions()
Indicates the users/roles in the target database for which the audit policy will be enforced,
and the success/failure event condition to generate the audit event.
|
List<EnableConditions> |
AuditConditions.getEnableConditions()
Indicates the users/roles in the target database for which the audit policy is enforced, and
the success/failure event condition to generate the audit event..
|
Modifier and Type | Method and Description |
---|---|
EnableConditions.Builder |
EnableConditions.Builder.copy(EnableConditions model) |
Modifier and Type | Method and Description |
---|---|
ProvisionAuditConditions.Builder |
ProvisionAuditConditions.Builder.enableConditions(List<EnableConditions> enableConditions)
Indicates the users/roles in the target database for which the audit policy will be
enforced, and the success/failure event condition to generate the audit event.
|
AuditConditions.Builder |
AuditConditions.Builder.enableConditions(List<EnableConditions> enableConditions)
Indicates the users/roles in the target database for which the audit policy is enforced,
and the success/failure event condition to generate the audit event..
|
Constructor and Description |
---|
AuditConditions(String auditPolicyName,
Boolean isPrivUsersManagedByDataSafe,
Boolean isDataSafeServiceAccountAudited,
List<EnableConditions> enableConditions)
Deprecated.
|
ProvisionAuditConditions(String auditPolicyName,
Boolean isPrivUsersManagedByDataSafe,
Boolean isEnabled,
List<EnableConditions> enableConditions)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.