Show / Hide Table of Contents

Class PrivateServerConfigDetails

Details about a private endpoint associated with the configuration source provider.

Inheritance
object
PrivateServerConfigDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class PrivateServerConfigDetails

Properties

CertificateId

Declaration
[Required(ErrorMessage = "CertificateId is required.")]
[JsonProperty(PropertyName = "certificateId")]
public string CertificateId { get; set; }
Property Value
Type Description
string

The OCID of a certificate associated with the configuration source provider.

Remarks

Required

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

In this article
Back to top