public static class AuditConditions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AuditConditions.Builder |
auditPolicyName(String auditPolicyName)
Indicates the audit policy name.
|
AuditConditions |
build() |
AuditConditions.Builder |
copy(AuditConditions model) |
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..
|
AuditConditions.Builder |
isDataSafeServiceAccountAudited(Boolean isDataSafeServiceAccountAudited)
Indicates whether the Data Safe user activity on the target database will be audited by
the policy.
|
AuditConditions.Builder |
isPrivUsersManagedByDataSafe(Boolean isPrivUsersManagedByDataSafe)
Indicates whether the privileged user list is managed by Data Safe.
|
public AuditConditions.Builder auditPolicyName(String auditPolicyName)
Indicates the audit policy name. Refer to the documentation for seeded audit policy names. For custom policies, refer to the user-defined policy name created in the target database.
auditPolicyName
- the value to setpublic AuditConditions.Builder isPrivUsersManagedByDataSafe(Boolean isPrivUsersManagedByDataSafe)
Indicates whether the privileged user list is managed by Data Safe.
isPrivUsersManagedByDataSafe
- the value to setpublic AuditConditions.Builder isDataSafeServiceAccountAudited(Boolean isDataSafeServiceAccountAudited)
Indicates whether the Data Safe user activity on the target database will be audited by the policy.
isDataSafeServiceAccountAudited
- the value to setpublic 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..
enableConditions
- the value to setpublic AuditConditions build()
public AuditConditions.Builder copy(AuditConditions model)
Copyright © 2016–2024. All rights reserved.