UnifiedAuditPolicyConfig

class oci.data_safe.models.UnifiedAuditPolicyConfig(**kwargs)

Bases: object

The unified audit policy related configurations.

Attributes

EXCLUDE_DATASAFE_USER_DISABLED A constant which can be used with the exclude_datasafe_user property of a UnifiedAuditPolicyConfig.
EXCLUDE_DATASAFE_USER_ENABLED A constant which can be used with the exclude_datasafe_user property of a UnifiedAuditPolicyConfig.
exclude_datasafe_user [Required] Gets the exclude_datasafe_user of this UnifiedAuditPolicyConfig.

Methods

__init__(**kwargs) Initializes a new UnifiedAuditPolicyConfig object with values from keyword arguments.
EXCLUDE_DATASAFE_USER_DISABLED = 'DISABLED'

A constant which can be used with the exclude_datasafe_user property of a UnifiedAuditPolicyConfig. This constant has a value of “DISABLED”

EXCLUDE_DATASAFE_USER_ENABLED = 'ENABLED'

A constant which can be used with the exclude_datasafe_user property of a UnifiedAuditPolicyConfig. This constant has a value of “ENABLED”

__init__(**kwargs)

Initializes a new UnifiedAuditPolicyConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:exclude_datasafe_user (str) – The value to assign to the exclude_datasafe_user property of this UnifiedAuditPolicyConfig. Allowed values for this property are: “ENABLED”, “DISABLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
exclude_datasafe_user

[Required] Gets the exclude_datasafe_user of this UnifiedAuditPolicyConfig. Specifies whether the Data Safe service account on the target database should be excluded in the unified audit policy.

Allowed values for this property are: “ENABLED”, “DISABLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The exclude_datasafe_user of this UnifiedAuditPolicyConfig.
Return type:str