Uses of Class
com.oracle.bmc.datasafe.model.EnableConditions
-
Packages that use EnableConditions Package Description com.oracle.bmc.datasafe.model -
-
Uses of EnableConditions in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return EnableConditions Modifier and Type Method Description EnableConditions
EnableConditions.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type EnableConditions Modifier and Type Method Description 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..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.Methods in com.oracle.bmc.datasafe.model with parameters of type EnableConditions Modifier and Type Method Description EnableConditions.Builder
EnableConditions.Builder. copy(EnableConditions model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type EnableConditions Modifier and Type Method Description 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..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.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type EnableConditions Constructor Description AuditConditions(String auditPolicyName, Boolean isPrivUsersManagedByDataSafe, Boolean isDataSafeServiceAccountAudited, List<EnableConditions> enableConditions)
Deprecated.ProvisionAuditConditions(String auditPolicyName, Boolean isPrivUsersManagedByDataSafe, Boolean isEnabled, List<EnableConditions> enableConditions)
Deprecated.
-