Show / Hide Table of Contents

Class AttachCatalogPrivateEndpointDetails

Information about the attaching the private endpoint resource to a catalog

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

Properties

CatalogPrivateEndpointId

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

The identifier of the private endpoint to be attached to the catalog resource.

Remarks

Required

In this article
Back to top