SecurityAssessmentTemplateDetails¶
-
class
oci.data_safe.models.
SecurityAssessmentTemplateDetails
(**kwargs)¶ Bases:
object
The details required to set the template for the assessment.
Methods
__init__
(**kwargs)Initializes a new SecurityAssessmentTemplateDetails object with values from keyword arguments. Attributes
template_assessment_id
Gets the template_assessment_id of this SecurityAssessmentTemplateDetails. -
__init__
(**kwargs)¶ Initializes a new SecurityAssessmentTemplateDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: template_assessment_id (str) – The value to assign to the template_assessment_id property of this SecurityAssessmentTemplateDetails.
-
template_assessment_id
¶ Gets the template_assessment_id of this SecurityAssessmentTemplateDetails. The OCID of the template type security assessment containing the check details.
Returns: The template_assessment_id of this SecurityAssessmentTemplateDetails. Return type: str
-