DeidServicePropertiesResponse

data class DeidServicePropertiesResponse(val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val serviceUrl: String)

Details of the HealthDataAIServices DeidService.

Constructors

Link copied to clipboard
constructor(privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, serviceUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of private endpoint connections.

Link copied to clipboard

The status of the last operation.

Link copied to clipboard

Gets or sets allow or disallow public network access to resource

Link copied to clipboard

Deid service url.