Class UpdateDomainGovernanceRequest
Implements
Inherited Members
Namespace: Oci.TenantmanagercontrolplaneService.Requests
Assembly: OCI.DotNetSDK.Tenantmanagercontrolplane.dll
Syntax
public class UpdateDomainGovernanceRequest : IOciRequest
Examples
Click here to see an example of how to use UpdateDomainGovernance request.
Properties
DomainGovernanceId
Declaration
[Required(ErrorMessage = "DomainGovernanceId is required.")]
[HttpConverter(TargetEnum.Path, "domainGovernanceId")]
public string DomainGovernanceId { get; set; }
Property Value
Type | Description |
---|---|
string | The domain governance OCID. |
Remarks
Required
IfMatch
Declaration
[HttpConverter(TargetEnum.Header, "if-match")]
public string IfMatch { get; set; }
Property Value
Type | Description |
---|---|
string | For optimistic concurrency control. In the PUT or DELETE call
for a resource, set the |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The client request ID for tracing. |
UpdateDomainGovernanceDetails
Declaration
[Required(ErrorMessage = "UpdateDomainGovernanceDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public UpdateDomainGovernanceDetails UpdateDomainGovernanceDetails { get; set; }
Property Value
Type | Description |
---|---|
UpdateDomainGovernanceDetails | The information to be updated. |
Remarks
Required