Class PrivateServiceAccessEndpoint
Defines the details required for an PRIVATE_SERVICE_ACCESS type Endpoint.
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class PrivateServiceAccessEndpoint : Endpoint
Properties
PsaId
Declaration
[Required(ErrorMessage = "PsaId is required.")]
[JsonProperty(PropertyName = "psaId")]
public string PsaId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the PSA. |
Remarks
Required