Get Fhir Service Result
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)
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
The identity
block as defined below.
Link copied to clipboard