Class CreateNonDisclosureAgreementDetails
Details to use to create a new non-disclosure agreement for a particular compliance document.
Inherited Members
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class CreateNonDisclosureAgreementDetails
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 that contains the non-disclosure agreement. |
Remarks
Required
DocumentId
Declaration
[Required(ErrorMessage = "DocumentId is required.")]
[JsonProperty(PropertyName = "documentId")]
public string DocumentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The ID of the compliance document associated with the non-disclosure agreement. |
Remarks
Required