Class GetLockboxRequest
Implements
Inherited Members
Namespace: Oci.LockboxService.Requests
Assembly: OCI.DotNetSDK.Lockbox.dll
Syntax
public class GetLockboxRequest : IOciRequest
Examples
Click here to see an example of how to use GetLockbox request.
Properties
LockboxId
Declaration
[Required(ErrorMessage = "LockboxId is required.")]
[HttpConverter(TargetEnum.Path, "lockboxId")]
public string LockboxId { get; set; }
Property Value
Type | Description |
---|---|
string | unique Lockbox identifier |
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The client request ID for tracing. |