Show / Hide Table of Contents

Class ChangeSecurityAssessmentCompartmentDetails

The details that can be changed (or retained) when a security assessment is moved to another compartment.

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

Properties

CompartmentId

Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The OCID of the compartment where you want to move the security assessment.

Remarks

Required

In this article
Back to top