Show / Hide Table of Contents

Class DetachCatalogPrivateEndpointDetails

Information about the detaching the private endpoint resource from a catalog

Inheritance
object
DetachCatalogPrivateEndpointDetails
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 DetachCatalogPrivateEndpointDetails

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 detached from catalog resource.

Remarks

Required

In this article
Back to top