Class ProvisionAuditConditions.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • auditPolicyName

        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.

        Parameters:
        auditPolicyName - the value to set
        Returns:
        this builder
      • isPrivUsersManagedByDataSafe

        public ProvisionAuditConditions.Builder isPrivUsersManagedByDataSafe​(Boolean isPrivUsersManagedByDataSafe)
        Indicates whether the privileged user list is managed by Data Safe.
        Parameters:
        isPrivUsersManagedByDataSafe - the value to set
        Returns:
        this builder
      • isEnabled

        public 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.

        Parameters:
        isEnabled - the value to set
        Returns:
        this builder
      • enableConditions

        public 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.
        Parameters:
        enableConditions - the value to set
        Returns:
        this builder