GetPrivateEndpointConnectionResult

data class GetPrivateEndpointConnectionResult(val azureApiVersion: String, val etag: String? = null, val id: String, val location: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String, val tags: Map<String, String>, val type: String)

Private endpoint connection resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, etag: String? = null, id: String, location: String, name: String, privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, provisioningState: String, tags: Map<String, String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val etag: String? = null

Modified whenever there is a change in the state of private endpoint connection.

Link copied to clipboard
val id: String

Fully qualified identifier of the key vault resource.

Link copied to clipboard

Azure location of the key vault resource.

Link copied to clipboard

Name of the key vault resource.

Link copied to clipboard

Properties of the private endpoint object.

Link copied to clipboard

Approval state of the private link connection.

Link copied to clipboard

Provisioning state of the private endpoint connection.

Link copied to clipboard

Tags assigned to the key vault resource.

Link copied to clipboard

Resource type of the key vault resource.