Class CreateAgreementRecordDetails
This object represents the fields to create a terms of use agreement record for a domain.
Inherited Members
Namespace: Oci.WlmsService.Models
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class CreateAgreementRecordDetailsProperties
AgreementSignature
Declaration
[Required(ErrorMessage = "AgreementSignature is required.")]
[JsonProperty(PropertyName = "agreementSignature")]
public string AgreementSignature { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The agreement signature. | 
Remarks
Required
AgreementUuid
Declaration
[Required(ErrorMessage = "AgreementUuid is required.")]
[JsonProperty(PropertyName = "agreementUuid")]
public string AgreementUuid { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The ID of the agreement to accept. | 
Remarks
Required