Class SecurityAssessmentBaseLineDetails
The details required to set the baseline for the assessment.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class SecurityAssessmentBaseLineDetails
Properties
AssessmentIds
Declaration
[JsonProperty(PropertyName = "assessmentIds")]
public List<string> AssessmentIds { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The list of OCIDs for the security assessments that need to be updated while setting the baseline. |