public static class ProvisionAuditConditions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ProvisionAuditConditions.Builder |
auditPolicyName(String auditPolicyName)
Indicates the audit policy name available for provisioning from Data Safe.
|
ProvisionAuditConditions |
build() |
ProvisionAuditConditions.Builder |
copy(ProvisionAuditConditions model) |
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.
|
ProvisionAuditConditions.Builder |
isEnabled(Boolean isEnabled)
Indicates whether the policy has to be enabled or disabled in the target database.
|
ProvisionAuditConditions.Builder |
isPrivUsersManagedByDataSafe(Boolean isPrivUsersManagedByDataSafe)
Indicates whether the privileged user list is managed by Data Safe.
|
public ProvisionAuditConditions.Builder auditPolicyName(String auditPolicyName)
Indicates the audit policy name available for provisioning from Data Safe. 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 ProvisionAuditConditions.Builder isPrivUsersManagedByDataSafe(Boolean isPrivUsersManagedByDataSafe)
Indicates whether the privileged user list is managed by Data Safe.
isPrivUsersManagedByDataSafe
- the value to setpublic ProvisionAuditConditions.Builder isEnabled(Boolean isEnabled)
Indicates whether the policy has to be enabled or disabled in the target database. Set this to true if you want the audit policy to be enabled in the target database. If the seeded audit policy is not already created in the database, the provisioning creates and enables them. If this is set to false, the policy will be disabled in the target database.
isEnabled
- the value to setpublic 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.
enableConditions
- the value to setpublic ProvisionAuditConditions build()
public ProvisionAuditConditions.Builder copy(ProvisionAuditConditions model)
Copyright © 2016–2024. All rights reserved.