UnifiedAuditPolicyConfigDetails¶
-
class
oci.data_safe.models.
UnifiedAuditPolicyConfigDetails
(**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 UnifiedAuditPolicyConfigDetails. EXCLUDE_DATASAFE_USER_ENABLED
A constant which can be used with the exclude_datasafe_user property of a UnifiedAuditPolicyConfigDetails. exclude_datasafe_user
Gets the exclude_datasafe_user of this UnifiedAuditPolicyConfigDetails. Methods
__init__
(**kwargs)Initializes a new UnifiedAuditPolicyConfigDetails 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 UnifiedAuditPolicyConfigDetails. 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 UnifiedAuditPolicyConfigDetails. This constant has a value of “ENABLED”
-
__init__
(**kwargs)¶ Initializes a new UnifiedAuditPolicyConfigDetails 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 UnifiedAuditPolicyConfigDetails. Allowed values for this property are: “ENABLED”, “DISABLED”
-
exclude_datasafe_user
¶ Gets the exclude_datasafe_user of this UnifiedAuditPolicyConfigDetails. 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”
Returns: The exclude_datasafe_user of this UnifiedAuditPolicyConfigDetails. Return type: str
-