VaultPrivateEndpointConnectionResponse

data class VaultPrivateEndpointConnectionResponse(val groupIds: List<String>? = null, val privateEndpoint: PrivateEndpointResponse, val privateLinkServiceConnectionState: VaultPrivateLinkServiceConnectionStateResponse, val provisioningState: String)

Private Endpoint Connection Response Properties.

Constructors

Link copied to clipboard
constructor(groupIds: List<String>? = null, privateEndpoint: PrivateEndpointResponse, privateLinkServiceConnectionState: VaultPrivateLinkServiceConnectionStateResponse, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groupIds: List<String>? = null

Group Ids for the Private Endpoint

Link copied to clipboard

The Private Endpoint network resource that is linked to the Private Endpoint connection.

Link copied to clipboard

Gets or sets private link service connection state.

Link copied to clipboard

Gets or sets provisioning state of the private endpoint connection.