Class GetOdaPrivateEndpointScanProxyRequest
Implements
Inherited Members
Namespace: Oci.OdaService.Requests
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class GetOdaPrivateEndpointScanProxyRequest : IOciRequestExamples
Click here to see an example of how to use GetOdaPrivateEndpointScanProxy request.
Properties
OdaPrivateEndpointId
Declaration
[Required(ErrorMessage = "OdaPrivateEndpointId is required.")]
[HttpConverter(TargetEnum.Path, "odaPrivateEndpointId")]
public string OdaPrivateEndpointId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique ODA Private Endpoint identifier which is the OCID. | 
Remarks
Required
OdaPrivateEndpointScanProxyId
Declaration
[Required(ErrorMessage = "OdaPrivateEndpointScanProxyId is required.")]
[HttpConverter(TargetEnum.Path, "odaPrivateEndpointScanProxyId")]
public string OdaPrivateEndpointScanProxyId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique ODA Private Endpoint Scan Proxy 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. This value is included in the opc-request-id response header. |