CryptoAssessmentFindingAnalyticsSummary¶
-
class
oci.data_safe.models.CryptoAssessmentFindingAnalyticsSummary(**kwargs)¶ Bases:
objectAggregated finding details with number of affected targets.
Attributes
CATEGORY_BACKUP_AND_EXPORT_ENCRYPTIONA constant which can be used with the category property of a CryptoAssessmentFindingAnalyticsSummary. CATEGORY_CERTIFICATES_AND_KEY_MANAGEMENTA constant which can be used with the category property of a CryptoAssessmentFindingAnalyticsSummary. CATEGORY_DATA_ENCRYPTIONA constant which can be used with the category property of a CryptoAssessmentFindingAnalyticsSummary. CATEGORY_NETWORK_ENCRYPTIONA constant which can be used with the category property of a CryptoAssessmentFindingAnalyticsSummary. CATEGORY_NOT_SUPPORTEDA constant which can be used with the category property of a CryptoAssessmentFindingAnalyticsSummary. CATEGORY_POST_QUANTUM_READINESSA constant which can be used with the category property of a CryptoAssessmentFindingAnalyticsSummary. SEVERITY_CRITICALA constant which can be used with the severity property of a CryptoAssessmentFindingAnalyticsSummary. SEVERITY_HIGHA constant which can be used with the severity property of a CryptoAssessmentFindingAnalyticsSummary. SEVERITY_LOWA constant which can be used with the severity property of a CryptoAssessmentFindingAnalyticsSummary. SEVERITY_MEDIUMA constant which can be used with the severity property of a CryptoAssessmentFindingAnalyticsSummary. category[Required] Gets the category of this CryptoAssessmentFindingAnalyticsSummary. finding_key[Required] Gets the finding_key of this CryptoAssessmentFindingAnalyticsSummary. priorityGets the priority of this CryptoAssessmentFindingAnalyticsSummary. severityGets the severity of this CryptoAssessmentFindingAnalyticsSummary. short_remediationGets the short_remediation of this CryptoAssessmentFindingAnalyticsSummary. short_summaryGets the short_summary of this CryptoAssessmentFindingAnalyticsSummary. target_count[Required] Gets the target_count of this CryptoAssessmentFindingAnalyticsSummary. title[Required] Gets the title of this CryptoAssessmentFindingAnalyticsSummary. Methods
__init__(**kwargs)Initializes a new CryptoAssessmentFindingAnalyticsSummary object with values from keyword arguments. -
CATEGORY_BACKUP_AND_EXPORT_ENCRYPTION= 'BACKUP_AND_EXPORT_ENCRYPTION'¶ A constant which can be used with the category property of a CryptoAssessmentFindingAnalyticsSummary. This constant has a value of “BACKUP_AND_EXPORT_ENCRYPTION”
-
CATEGORY_CERTIFICATES_AND_KEY_MANAGEMENT= 'CERTIFICATES_AND_KEY_MANAGEMENT'¶ A constant which can be used with the category property of a CryptoAssessmentFindingAnalyticsSummary. This constant has a value of “CERTIFICATES_AND_KEY_MANAGEMENT”
-
CATEGORY_DATA_ENCRYPTION= 'DATA_ENCRYPTION'¶ A constant which can be used with the category property of a CryptoAssessmentFindingAnalyticsSummary. This constant has a value of “DATA_ENCRYPTION”
-
CATEGORY_NETWORK_ENCRYPTION= 'NETWORK_ENCRYPTION'¶ A constant which can be used with the category property of a CryptoAssessmentFindingAnalyticsSummary. This constant has a value of “NETWORK_ENCRYPTION”
-
CATEGORY_NOT_SUPPORTED= 'NOT_SUPPORTED'¶ A constant which can be used with the category property of a CryptoAssessmentFindingAnalyticsSummary. This constant has a value of “NOT_SUPPORTED”
-
CATEGORY_POST_QUANTUM_READINESS= 'POST_QUANTUM_READINESS'¶ A constant which can be used with the category property of a CryptoAssessmentFindingAnalyticsSummary. This constant has a value of “POST_QUANTUM_READINESS”
-
SEVERITY_CRITICAL= 'CRITICAL'¶ A constant which can be used with the severity property of a CryptoAssessmentFindingAnalyticsSummary. This constant has a value of “CRITICAL”
-
SEVERITY_HIGH= 'HIGH'¶ A constant which can be used with the severity property of a CryptoAssessmentFindingAnalyticsSummary. This constant has a value of “HIGH”
-
SEVERITY_LOW= 'LOW'¶ A constant which can be used with the severity property of a CryptoAssessmentFindingAnalyticsSummary. This constant has a value of “LOW”
-
SEVERITY_MEDIUM= 'MEDIUM'¶ A constant which can be used with the severity property of a CryptoAssessmentFindingAnalyticsSummary. This constant has a value of “MEDIUM”
-
__init__(**kwargs)¶ Initializes a new CryptoAssessmentFindingAnalyticsSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - finding_key (str) – The value to assign to the finding_key property of this CryptoAssessmentFindingAnalyticsSummary.
- title (str) – The value to assign to the title property of this CryptoAssessmentFindingAnalyticsSummary.
- category (str) – The value to assign to the category property of this CryptoAssessmentFindingAnalyticsSummary. Allowed values for this property are: “NETWORK_ENCRYPTION”, “DATA_ENCRYPTION”, “CERTIFICATES_AND_KEY_MANAGEMENT”, “BACKUP_AND_EXPORT_ENCRYPTION”, “POST_QUANTUM_READINESS”, “NOT_SUPPORTED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- target_count (int) – The value to assign to the target_count property of this CryptoAssessmentFindingAnalyticsSummary.
- priority (int) – The value to assign to the priority property of this CryptoAssessmentFindingAnalyticsSummary.
- severity (str) – The value to assign to the severity property of this CryptoAssessmentFindingAnalyticsSummary. Allowed values for this property are: “CRITICAL”, “HIGH”, “MEDIUM”, “LOW”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- short_summary (str) – The value to assign to the short_summary property of this CryptoAssessmentFindingAnalyticsSummary.
- short_remediation (str) – The value to assign to the short_remediation property of this CryptoAssessmentFindingAnalyticsSummary.
-
category¶ [Required] Gets the category of this CryptoAssessmentFindingAnalyticsSummary. Category key to which the finding belongs.
Allowed values for this property are: “NETWORK_ENCRYPTION”, “DATA_ENCRYPTION”, “CERTIFICATES_AND_KEY_MANAGEMENT”, “BACKUP_AND_EXPORT_ENCRYPTION”, “POST_QUANTUM_READINESS”, “NOT_SUPPORTED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The category of this CryptoAssessmentFindingAnalyticsSummary. Return type: str
-
finding_key¶ [Required] Gets the finding_key of this CryptoAssessmentFindingAnalyticsSummary. Unique key of the finding.
Returns: The finding_key of this CryptoAssessmentFindingAnalyticsSummary. Return type: str
-
priority¶ Gets the priority of this CryptoAssessmentFindingAnalyticsSummary. Numeric priority of the finding. 1 is CRITICAL, 2 is HIGH, 3 is MEDIUM, and 4 is LOW.
Returns: The priority of this CryptoAssessmentFindingAnalyticsSummary. Return type: int
-
severity¶ Gets the severity of this CryptoAssessmentFindingAnalyticsSummary. Text severity derived from priority using the static mapping 1=CRITICAL, 2=HIGH, 3=MEDIUM, 4=LOW.
Allowed values for this property are: “CRITICAL”, “HIGH”, “MEDIUM”, “LOW”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The severity of this CryptoAssessmentFindingAnalyticsSummary. Return type: str
-
short_remediation¶ Gets the short_remediation of this CryptoAssessmentFindingAnalyticsSummary. Short remediation for the finding.
Returns: The short_remediation of this CryptoAssessmentFindingAnalyticsSummary. Return type: str
-
short_summary¶ Gets the short_summary of this CryptoAssessmentFindingAnalyticsSummary. Short summary of the finding.
Returns: The short_summary of this CryptoAssessmentFindingAnalyticsSummary. Return type: str
-
target_count¶ [Required] Gets the target_count of this CryptoAssessmentFindingAnalyticsSummary. Number of targets impacted by this finding in the queried scope.
Returns: The target_count of this CryptoAssessmentFindingAnalyticsSummary. Return type: int
-
title¶ [Required] Gets the title of this CryptoAssessmentFindingAnalyticsSummary. Display title of the finding.
Returns: The title of this CryptoAssessmentFindingAnalyticsSummary. Return type: str
-