Show / Hide Table of Contents

Class SecurityAssessmentTemplateDetails

The details required to set the template for the assessment.

Inheritance
object
SecurityAssessmentTemplateDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class SecurityAssessmentTemplateDetails

Properties

TemplateAssessmentId

Declaration
[JsonProperty(PropertyName = "templateAssessmentId")]
public string TemplateAssessmentId { get; set; }
Property Value
Type Description
string

The OCID of the template type security assessment containing the check details.

In this article
Back to top