Class DownloadSecurityAssessmentReportDetails
The details used to download a security assessment report.
Inherited Members
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