PrivateEndpointPropertiesResponse

data class PrivateEndpointPropertiesResponse(val createdDate: String, val manualPrivateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null)

The properties associated with a private endpoint.

Constructors

Link copied to clipboard
constructor(createdDate: String, manualPrivateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date when this private endpoint was created.

Link copied to clipboard

A list of connections to the remote resource. Immutable after it is set.