Show / Hide Table of Contents

Class CreateNonDisclosureAgreementDetails

Details to use to create a new non-disclosure agreement for a particular compliance document.

Inheritance
object
CreateNonDisclosureAgreementDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top