ZprDeniedSecurityActionDetails¶
-
class
oci.vn_monitoring.models.ZprDeniedSecurityActionDetails(**kwargs)¶ Bases:
objectDefines details for the security action taken on zpr denied traffic.
Methods
__init__(**kwargs)Initializes a new ZprDeniedSecurityActionDetails object with values from keyword arguments. Attributes
evaluated_zpr_policiesGets the evaluated_zpr_policies of this ZprDeniedSecurityActionDetails. is_restricted_or_partial[Required] Gets the is_restricted_or_partial of this ZprDeniedSecurityActionDetails. -
__init__(**kwargs)¶ Initializes a new ZprDeniedSecurityActionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - is_restricted_or_partial (bool) – The value to assign to the is_restricted_or_partial property of this ZprDeniedSecurityActionDetails.
- evaluated_zpr_policies (list[oci.vn_monitoring.models.ZprPolicy]) – The value to assign to the evaluated_zpr_policies property of this ZprDeniedSecurityActionDetails.
-
evaluated_zpr_policies¶ Gets the evaluated_zpr_policies of this ZprDeniedSecurityActionDetails. The list of evaluated zpr policies associated with the OCI resource.
Returns: The evaluated_zpr_policies of this ZprDeniedSecurityActionDetails. Return type: list[oci.vn_monitoring.models.ZprPolicy]
-
is_restricted_or_partial¶ [Required] Gets the is_restricted_or_partial of this ZprDeniedSecurityActionDetails. If true, the evaluated zpr policy ID details are incomplete.
Returns: The is_restricted_or_partial of this ZprDeniedSecurityActionDetails. Return type: bool
-