Package-level declarations

Types

Link copied to clipboard
data class DicomServiceAuthentication(val audiences: List<String>? = null, val authority: String? = null)
Link copied to clipboard
data class DicomServiceCors(val allowCredentials: Boolean? = null, val allowedHeaders: List<String>? = null, val allowedMethods: List<String>? = null, val allowedOrigins: List<String>? = null, val maxAgeInSeconds: Int? = null)
Link copied to clipboard
data class DicomServiceIdentity(val identityIds: List<String>? = null, val principalId: String? = null, val tenantId: String? = null, val type: String)
Link copied to clipboard
data class DicomServicePrivateEndpoint(val id: String? = null, val name: String? = null)
Link copied to clipboard
data class DicomServiceStorage(val fileSystemName: String, val storageAccountId: String)
Link copied to clipboard
data class FhirServiceAuthentication(val audience: String, val authority: String, val smartProxyEnabled: Boolean? = null)
Link copied to clipboard
data class FhirServiceCors(val allowedHeaders: List<String>, val allowedMethods: List<String>, val allowedOrigins: List<String>, val credentialsAllowed: Boolean? = null, val maxAgeInSeconds: Int? = null)
Link copied to clipboard
data class FhirServiceIdentity(val identityIds: List<String>? = null, val principalId: String? = null, val tenantId: String? = null, val type: String)
Link copied to clipboard
data class FhirServiceOciArtifact(val digest: String? = null, val imageName: String? = null, val loginServer: String)
Link copied to clipboard
data class GetDicomServiceAuthentication(val audiences: List<String>, val authority: String)
Link copied to clipboard
data class GetDicomServiceCor(val allowCredentials: Boolean, val allowedHeaders: List<String>, val allowedMethods: List<String>, val allowedOrigins: List<String>, val maxAgeInSeconds: Int)
Link copied to clipboard
data class GetDicomServiceIdentity(val identityIds: List<String>, val principalId: String, val tenantId: String, val type: String)
Link copied to clipboard
data class GetDicomServicePrivateEndpoint(val id: String, val name: String)
Link copied to clipboard
data class GetDicomServiceResult(val authentications: List<GetDicomServiceAuthentication>, val cors: List<GetDicomServiceCor>, val dataPartitionsEnabled: Boolean, val encryptionKeyUrl: String, val id: String, val identities: List<GetDicomServiceIdentity>, val location: String, val name: String, val privateEndpoints: List<GetDicomServicePrivateEndpoint>, val serviceUrl: String, val storages: List<GetDicomServiceStorage>, val tags: Map<String, String>, val workspaceId: String)

A collection of values returned by getDicomService.

Link copied to clipboard
data class GetDicomServiceStorage(val fileSystemName: String, val storageAccountId: String)
Link copied to clipboard
data class GetFhirServiceAuthentication(val audience: String, val authority: String, val smartProxyEnabled: Boolean)
Link copied to clipboard
data class GetFhirServiceCor(val allowedHeaders: List<String>, val allowedMethods: List<String>, val allowedOrigins: List<String>, val credentialsAllowed: Boolean, val maxAgeInSeconds: Int)
Link copied to clipboard
data class GetFhirServiceIdentity(val identityIds: List<String>, val principalId: String, val tenantId: String, val type: String)
Link copied to clipboard
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.

Link copied to clipboard
data class GetMedtechServiceIdentity(val identityIds: List<String>, val principalId: String, val tenantId: String, val type: String)
Link copied to clipboard
data class GetMedtechServiceResult(val deviceMappingJson: String, val eventhubConsumerGroupName: String, val eventhubName: String, val eventhubNamespaceName: String, val id: String, val identities: List<GetMedtechServiceIdentity>, val name: String, val workspaceId: String)

A collection of values returned by getMedtechService.

Link copied to clipboard
data class GetServiceAuthenticationConfiguration(val audience: String, val authority: String, val smartProxyEnabled: Boolean)
Link copied to clipboard
data class GetServiceCorsConfiguration(val allowCredentials: Boolean, val allowedHeaders: List<String>, val allowedMethods: List<String>, val allowedOrigins: List<String>, val maxAgeInSeconds: Int)
Link copied to clipboard
data class GetServiceResult(val accessPolicyObjectIds: List<String>, val authenticationConfigurations: List<GetServiceAuthenticationConfiguration>, val corsConfigurations: List<GetServiceCorsConfiguration>, val cosmosdbKeyVaultKeyVersionlessId: String, val cosmosdbThroughput: Int, val id: String, val kind: String, val location: String, val name: String, val resourceGroupName: String, val tags: Map<String, String>)

A collection of values returned by getService.

Link copied to clipboard
data class GetWorkspaceResult(val id: String, val location: String, val name: String, val resourceGroupName: String, val tags: Map<String, String>)

A collection of values returned by getWorkspace.

Link copied to clipboard
data class MedtechServiceIdentity(val identityIds: List<String>? = null, val principalId: String? = null, val tenantId: String? = null, val type: String)
Link copied to clipboard
data class ServiceAuthenticationConfiguration(val audience: String? = null, val authority: String? = null, val smartProxyEnabled: Boolean? = null)
Link copied to clipboard
data class ServiceCorsConfiguration(val allowCredentials: Boolean? = null, val allowedHeaders: List<String>? = null, val allowedMethods: List<String>? = null, val allowedOrigins: List<String>? = null, val maxAgeInSeconds: Int? = null)
Link copied to clipboard
data class ServiceIdentity(val principalId: String? = null, val tenantId: String? = null, val type: String)
Link copied to clipboard
data class WorkspacePrivateEndpointConnection(val id: String? = null, val name: String? = null)