CryptoAssessmentFindingCollection

class oci.data_safe.models.CryptoAssessmentFindingCollection(**kwargs)

Bases: object

List of crypto deviation findings for the specified crypto assessment.

Methods

__init__(**kwargs) Initializes a new CryptoAssessmentFindingCollection object with values from keyword arguments.

Attributes

assessment_type Gets the assessment_type of this CryptoAssessmentFindingCollection.
database_version Gets the database_version of this CryptoAssessmentFindingCollection.
items [Required] Gets the items of this CryptoAssessmentFindingCollection.
summary [Required] Gets the summary of this CryptoAssessmentFindingCollection.
target_id Gets the target_id of this CryptoAssessmentFindingCollection.
__init__(**kwargs)

Initializes a new CryptoAssessmentFindingCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • target_id (str) – The value to assign to the target_id property of this CryptoAssessmentFindingCollection.
  • assessment_type (str) – The value to assign to the assessment_type property of this CryptoAssessmentFindingCollection.
  • database_version (str) – The value to assign to the database_version property of this CryptoAssessmentFindingCollection.
  • summary (oci.data_safe.models.CryptoAssessmentFindingSummaryMetrics) – The value to assign to the summary property of this CryptoAssessmentFindingCollection.
  • items (list[oci.data_safe.models.CryptoAssessmentFindingSummary]) – The value to assign to the items property of this CryptoAssessmentFindingCollection.
assessment_type

Gets the assessment_type of this CryptoAssessmentFindingCollection. Assessment type recorded in the findings table.

Returns:The assessment_type of this CryptoAssessmentFindingCollection.
Return type:str
database_version

Gets the database_version of this CryptoAssessmentFindingCollection. Database version for the target database associated with the specified crypto assessment.

Returns:The database_version of this CryptoAssessmentFindingCollection.
Return type:str
items

[Required] Gets the items of this CryptoAssessmentFindingCollection. Array of crypto deviation findings.

Returns:The items of this CryptoAssessmentFindingCollection.
Return type:list[oci.data_safe.models.CryptoAssessmentFindingSummary]
summary

[Required] Gets the summary of this CryptoAssessmentFindingCollection.

Returns:The summary of this CryptoAssessmentFindingCollection.
Return type:oci.data_safe.models.CryptoAssessmentFindingSummaryMetrics
target_id

Gets the target_id of this CryptoAssessmentFindingCollection. The OCID of the target database for the specified crypto assessment.

Returns:The target_id of this CryptoAssessmentFindingCollection.
Return type:str