GetFhirServiceResult

data class GetFhirServiceResult(val accessPolicyObjectIds: List<String>, val authentications: List<GetFhirServiceAuthentication>, val configurationExportStorageAccountName: String, val containerRegistryLoginServerUrls: List<String>, val cors: List<GetFhirServiceCor>, val id: String, val identities: List<GetFhirServiceIdentity>, val kind: String, val location: String, val name: String, val tags: Map<String, String>? = null, val workspaceId: String)

A collection of values returned by getFhirService.

Constructors

Link copied to clipboard
constructor(accessPolicyObjectIds: List<String>, authentications: List<GetFhirServiceAuthentication>, configurationExportStorageAccountName: String, containerRegistryLoginServerUrls: List<String>, cors: List<GetFhirServiceCor>, id: String, identities: List<GetFhirServiceIdentity>, kind: String, location: String, name: String, tags: Map<String, String>? = null, workspaceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of the access policies of the service instance.

Link copied to clipboard

The authentication block as defined below.

Link copied to clipboard

The name of the storage account which the operation configuration information is exported to.

Link copied to clipboard

The list of azure container registry settings used for convert data operation of the service instance.

Link copied to clipboard

The cors block as defined below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The identity block as defined below.

Link copied to clipboard

The kind of the Healthcare FHIR Service.

Link copied to clipboard

The Azure Region where the Healthcare FHIR Service is located.

Link copied to clipboard
Link copied to clipboard
val tags: Map<String, String>? = null

The map of tags assigned to the Healthcare FHIR Service.

Link copied to clipboard