Package-level declarations

Types

Link copied to clipboard
data class DeidServicePropertiesArgs(val publicNetworkAccess: Output<PublicNetworkAccess>? = null) : ConvertibleToJava<DeidServicePropertiesArgs>

Details of the HealthDataAIServices DeidService.

Link copied to clipboard
data class GetDeidServicePlainArgs(val deidServiceName: String, val resourceGroupName: String) : ConvertibleToJava<GetDeidServicePlainArgs>
Link copied to clipboard
data class GetPrivateEndpointConnectionPlainArgs(val deidServiceName: String, val privateEndpointConnectionName: String, val resourceGroupName: String) : ConvertibleToJava<GetPrivateEndpointConnectionPlainArgs>
Link copied to clipboard
data class ManagedServiceIdentityArgs(val type: Output<Either<String, ManagedServiceIdentityType>>, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<ManagedServiceIdentityArgs>

Managed service identity (system assigned and/or user assigned identities)

Link copied to clipboard
data class PrivateEndpointConnectionPropertiesArgs(val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>) : ConvertibleToJava<PrivateEndpointConnectionPropertiesArgs>

Properties of the private endpoint connection.

Link copied to clipboard
data class PrivateLinkServiceConnectionStateArgs(val actionsRequired: Output<String>? = null, val description: Output<String>? = null, val status: Output<Either<String, PrivateEndpointServiceConnectionStatus>>? = null) : ConvertibleToJava<PrivateLinkServiceConnectionStateArgs>

A collection of information about the state of the connection between service consumer and provider.