Class PrivateServerConfigDetails
Details about a private endpoint associated with the configuration source provider.
Inherited Members
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class PrivateServerConfigDetailsProperties
CertificateId
Declaration
[JsonProperty(PropertyName = "certificateId")]
public string CertificateId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of a certificate associated with the configuration source provider. | 
PrivateEndpointId
Declaration
[Required(ErrorMessage = "PrivateEndpointId is required.")]
[JsonProperty(PropertyName = "privateEndpointId")]
public string PrivateEndpointId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of a private endpoint associated with the configuration source provider. | 
Remarks
Required