CryptoAssessmentFindingSummaryMetrics¶
-
class
oci.data_safe.models.CryptoAssessmentFindingSummaryMetrics(**kwargs)¶ Bases:
objectAggregate finding counts for the specified crypto assessment.
Methods
__init__(**kwargs)Initializes a new CryptoAssessmentFindingSummaryMetrics object with values from keyword arguments. Attributes
backup_status[Required] Gets the backup_status of this CryptoAssessmentFindingSummaryMetrics. critical[Required] Gets the critical of this CryptoAssessmentFindingSummaryMetrics. data_encryption_status[Required] Gets the data_encryption_status of this CryptoAssessmentFindingSummaryMetrics. high[Required] Gets the high of this CryptoAssessmentFindingSummaryMetrics. low[Required] Gets the low of this CryptoAssessmentFindingSummaryMetrics. med[Required] Gets the med of this CryptoAssessmentFindingSummaryMetrics. network_encryption_status[Required] Gets the network_encryption_status of this CryptoAssessmentFindingSummaryMetrics. status_counts[Required] Gets the status_counts of this CryptoAssessmentFindingSummaryMetrics. total_checks[Required] Gets the total_checks of this CryptoAssessmentFindingSummaryMetrics. total_findings[Required] Gets the total_findings of this CryptoAssessmentFindingSummaryMetrics. wallet_status[Required] Gets the wallet_status of this CryptoAssessmentFindingSummaryMetrics. -
__init__(**kwargs)¶ Initializes a new CryptoAssessmentFindingSummaryMetrics object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - total_checks (int) – The value to assign to the total_checks property of this CryptoAssessmentFindingSummaryMetrics.
- total_findings (int) – The value to assign to the total_findings property of this CryptoAssessmentFindingSummaryMetrics.
- critical (int) – The value to assign to the critical property of this CryptoAssessmentFindingSummaryMetrics.
- high (int) – The value to assign to the high property of this CryptoAssessmentFindingSummaryMetrics.
- med (int) – The value to assign to the med property of this CryptoAssessmentFindingSummaryMetrics.
- low (int) – The value to assign to the low property of this CryptoAssessmentFindingSummaryMetrics.
- status_counts (dict(str, int)) – The value to assign to the status_counts property of this CryptoAssessmentFindingSummaryMetrics.
- network_encryption_status (oci.data_safe.models.CryptoAssessmentFindingCategorySummary) – The value to assign to the network_encryption_status property of this CryptoAssessmentFindingSummaryMetrics.
- data_encryption_status (oci.data_safe.models.CryptoAssessmentFindingCategorySummary) – The value to assign to the data_encryption_status property of this CryptoAssessmentFindingSummaryMetrics.
- wallet_status (oci.data_safe.models.CryptoAssessmentFindingCategorySummary) – The value to assign to the wallet_status property of this CryptoAssessmentFindingSummaryMetrics.
- backup_status (oci.data_safe.models.CryptoAssessmentFindingCategorySummary) – The value to assign to the backup_status property of this CryptoAssessmentFindingSummaryMetrics.
-
backup_status¶ [Required] Gets the backup_status of this CryptoAssessmentFindingSummaryMetrics.
Returns: The backup_status of this CryptoAssessmentFindingSummaryMetrics. Return type: oci.data_safe.models.CryptoAssessmentFindingCategorySummary
-
critical¶ [Required] Gets the critical of this CryptoAssessmentFindingSummaryMetrics. FAIL or EVALUATE findings with priority 1.
Returns: The critical of this CryptoAssessmentFindingSummaryMetrics. Return type: int
-
data_encryption_status¶ [Required] Gets the data_encryption_status of this CryptoAssessmentFindingSummaryMetrics.
Returns: The data_encryption_status of this CryptoAssessmentFindingSummaryMetrics. Return type: oci.data_safe.models.CryptoAssessmentFindingCategorySummary
-
high¶ [Required] Gets the high of this CryptoAssessmentFindingSummaryMetrics. FAIL or EVALUATE findings with priority 2.
Returns: The high of this CryptoAssessmentFindingSummaryMetrics. Return type: int
-
low¶ [Required] Gets the low of this CryptoAssessmentFindingSummaryMetrics. FAIL or EVALUATE findings with priority 4.
Returns: The low of this CryptoAssessmentFindingSummaryMetrics. Return type: int
-
med¶ [Required] Gets the med of this CryptoAssessmentFindingSummaryMetrics. FAIL or EVALUATE findings with priority 3.
Returns: The med of this CryptoAssessmentFindingSummaryMetrics. Return type: int
-
network_encryption_status¶ [Required] Gets the network_encryption_status of this CryptoAssessmentFindingSummaryMetrics.
Returns: The network_encryption_status of this CryptoAssessmentFindingSummaryMetrics. Return type: oci.data_safe.models.CryptoAssessmentFindingCategorySummary
-
status_counts¶ [Required] Gets the status_counts of this CryptoAssessmentFindingSummaryMetrics. Counts keyed by finding status. All supported statuses are included with a zero count when absent.
Returns: The status_counts of this CryptoAssessmentFindingSummaryMetrics. Return type: dict(str, int)
-
total_checks¶ [Required] Gets the total_checks of this CryptoAssessmentFindingSummaryMetrics. Total findings across all statuses.
Returns: The total_checks of this CryptoAssessmentFindingSummaryMetrics. Return type: int
-
total_findings¶ [Required] Gets the total_findings of this CryptoAssessmentFindingSummaryMetrics. Findings with FAIL or EVALUATE status.
Returns: The total_findings of this CryptoAssessmentFindingSummaryMetrics. Return type: int
-
wallet_status¶ [Required] Gets the wallet_status of this CryptoAssessmentFindingSummaryMetrics.
Returns: The wallet_status of this CryptoAssessmentFindingSummaryMetrics. Return type: oci.data_safe.models.CryptoAssessmentFindingCategorySummary
-