Private Endpoint Connection Vault Properties Response
data class PrivateEndpointConnectionVaultPropertiesResponse(val id: String, val location: String, val name: String, val properties: VaultPrivateEndpointConnectionResponse, val type: String)
Information to be stored in Vault properties as an element of privateEndpointConnections List.
Constructors
Link copied to clipboard
constructor(id: String, location: String, name: String, properties: VaultPrivateEndpointConnectionResponse, type: String)