Get Dicom Service Result
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.
Constructors
Link copied to clipboard
constructor(authentications: List<GetDicomServiceAuthentication>, cors: List<GetDicomServiceCor>, dataPartitionsEnabled: Boolean, encryptionKeyUrl: String, id: String, identities: List<GetDicomServiceIdentity>, location: String, name: String, privateEndpoints: List<GetDicomServicePrivateEndpoint>, serviceUrl: String, storages: List<GetDicomServiceStorage>, tags: Map<String, String>, workspaceId: String)
Properties
Link copied to clipboard
The authentication
block as defined below.
Link copied to clipboard
The cors
block as defined below.
Link copied to clipboard
If data partitions are enabled or not.
Link copied to clipboard
The URL of the key to use for encryption as part of the customer-managed key encryption settings.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The url of the Healthcare DICOM Services.
Link copied to clipboard
The storage
block as defined below.
Link copied to clipboard