Class AttachCatalogPrivateEndpointDetails
Information about the attaching the private endpoint resource to a catalog
Inherited Members
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