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
fun GetFhirServiceResult(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)