Show / Hide Table of Contents

Class DownloadSecurityAssessmentReportDetails

The details used to download a security assessment report.

Inheritance
object
DownloadSecurityAssessmentReportDetails
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 DownloadSecurityAssessmentReportDetails

Properties

Format

Declaration
[Required(ErrorMessage = "Format is required.")]
[JsonProperty(PropertyName = "format")]
[JsonConverter(typeof(StringEnumConverter))]
public DownloadSecurityAssessmentReportDetails.FormatEnum? Format { get; set; }
Property Value
Type Description
DownloadSecurityAssessmentReportDetails.FormatEnum?

Format of the report.

Remarks

Required

In this article
Back to top