AuditPolicyDimensions¶
-
class
oci.data_safe.models.
AuditPolicyDimensions
(**kwargs)¶ Bases:
object
Details of aggregation dimensions used for summarizing audit policies.
Attributes
AUDIT_POLICY_CATEGORY_ADMIN_USER_ACTIVITY
A constant which can be used with the audit_policy_category property of a AuditPolicyDimensions. AUDIT_POLICY_CATEGORY_BASIC_ACTIVITY
A constant which can be used with the audit_policy_category property of a AuditPolicyDimensions. AUDIT_POLICY_CATEGORY_COMPLIANCE_STANDARD
A constant which can be used with the audit_policy_category property of a AuditPolicyDimensions. AUDIT_POLICY_CATEGORY_CUSTOM
A constant which can be used with the audit_policy_category property of a AuditPolicyDimensions. AUDIT_POLICY_CATEGORY_ORACLE_PREDEFINED
A constant which can be used with the audit_policy_category property of a AuditPolicyDimensions. AUDIT_POLICY_CATEGORY_SQL_FIREWALL_AUDITING
A constant which can be used with the audit_policy_category property of a AuditPolicyDimensions. AUDIT_POLICY_CATEGORY_USER_ACTIVITY
A constant which can be used with the audit_policy_category property of a AuditPolicyDimensions. audit_policy_category
Gets the audit_policy_category of this AuditPolicyDimensions. audit_policy_name
Gets the audit_policy_name of this AuditPolicyDimensions. target_id
Gets the target_id of this AuditPolicyDimensions. Methods
__init__
(**kwargs)Initializes a new AuditPolicyDimensions object with values from keyword arguments. -
AUDIT_POLICY_CATEGORY_ADMIN_USER_ACTIVITY
= 'ADMIN_USER_ACTIVITY'¶ A constant which can be used with the audit_policy_category property of a AuditPolicyDimensions. This constant has a value of “ADMIN_USER_ACTIVITY”
-
AUDIT_POLICY_CATEGORY_BASIC_ACTIVITY
= 'BASIC_ACTIVITY'¶ A constant which can be used with the audit_policy_category property of a AuditPolicyDimensions. This constant has a value of “BASIC_ACTIVITY”
-
AUDIT_POLICY_CATEGORY_COMPLIANCE_STANDARD
= 'COMPLIANCE_STANDARD'¶ A constant which can be used with the audit_policy_category property of a AuditPolicyDimensions. This constant has a value of “COMPLIANCE_STANDARD”
-
AUDIT_POLICY_CATEGORY_CUSTOM
= 'CUSTOM'¶ A constant which can be used with the audit_policy_category property of a AuditPolicyDimensions. This constant has a value of “CUSTOM”
-
AUDIT_POLICY_CATEGORY_ORACLE_PREDEFINED
= 'ORACLE_PREDEFINED'¶ A constant which can be used with the audit_policy_category property of a AuditPolicyDimensions. This constant has a value of “ORACLE_PREDEFINED”
-
AUDIT_POLICY_CATEGORY_SQL_FIREWALL_AUDITING
= 'SQL_FIREWALL_AUDITING'¶ A constant which can be used with the audit_policy_category property of a AuditPolicyDimensions. This constant has a value of “SQL_FIREWALL_AUDITING”
-
AUDIT_POLICY_CATEGORY_USER_ACTIVITY
= 'USER_ACTIVITY'¶ A constant which can be used with the audit_policy_category property of a AuditPolicyDimensions. This constant has a value of “USER_ACTIVITY”
-
__init__
(**kwargs)¶ Initializes a new AuditPolicyDimensions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - audit_policy_category (str) – The value to assign to the audit_policy_category property of this AuditPolicyDimensions. Allowed values for this property are: “BASIC_ACTIVITY”, “ADMIN_USER_ACTIVITY”, “USER_ACTIVITY”, “ORACLE_PREDEFINED”, “COMPLIANCE_STANDARD”, “CUSTOM”, “SQL_FIREWALL_AUDITING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- audit_policy_name (str) – The value to assign to the audit_policy_name property of this AuditPolicyDimensions.
- target_id (str) – The value to assign to the target_id property of this AuditPolicyDimensions.
-
audit_policy_category
¶ Gets the audit_policy_category of this AuditPolicyDimensions. The category to which the audit policy belongs.
Allowed values for this property are: “BASIC_ACTIVITY”, “ADMIN_USER_ACTIVITY”, “USER_ACTIVITY”, “ORACLE_PREDEFINED”, “COMPLIANCE_STANDARD”, “CUSTOM”, “SQL_FIREWALL_AUDITING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The audit_policy_category of this AuditPolicyDimensions. Return type: str
-
audit_policy_name
¶ Gets the audit_policy_name of this AuditPolicyDimensions. The name of the audit policy. Refer to the documentation for seeded audit policy names. For custom policies, refer to the user-defined policy name created in the target database.
Returns: The audit_policy_name of this AuditPolicyDimensions. Return type: str
-
target_id
¶ Gets the target_id of this AuditPolicyDimensions. The OCID of the target database for which the audit policy will be created.
Returns: The target_id of this AuditPolicyDimensions. Return type: str
-