Class UnassignKmsKeyRequest
Implements
Inherited Members
Namespace: Oci.NosqlService.Requests
Assembly: OCI.DotNetSDK.Nosql.dll
Syntax
public class UnassignKmsKeyRequest : IOciRequest
Examples
Click here to see an example of how to use UnassignKmsKey request.
Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[HttpConverter(TargetEnum.Query, "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The ID of a table's compartment. |
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 |
IsOpcDryRun
Declaration
[HttpConverter(TargetEnum.Header, "is-opc-dry-run")]
public bool? IsOpcDryRun { get; set; }
Property Value
Type | Description |
---|---|
bool? | If true, indicates that the request is a dry run A dry run request does not modify the configuration item details and is used only to perform validation on the submitted data. |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The client request ID for tracing. |