Package-level declarations

Types

Link copied to clipboard
data class DicomServiceCorsArgs(val allowCredentials: Output<Boolean>? = null, val allowedHeaders: Output<List<String>>? = null, val allowedMethods: Output<List<String>>? = null, val allowedOrigins: Output<List<String>>? = null, val maxAgeInSeconds: Output<Int>? = null) : ConvertibleToJava<DicomServiceCorsArgs>
Link copied to clipboard
data class DicomServiceIdentityArgs(val identityIds: Output<List<String>>? = null, val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<DicomServiceIdentityArgs>
Link copied to clipboard
data class DicomServiceStorageArgs(val fileSystemName: Output<String>, val storageAccountId: Output<String>) : ConvertibleToJava<DicomServiceStorageArgs>
Link copied to clipboard
data class FhirServiceAuthenticationArgs(val audience: Output<String>, val authority: Output<String>, val smartProxyEnabled: Output<Boolean>? = null) : ConvertibleToJava<FhirServiceAuthenticationArgs>
Link copied to clipboard
data class FhirServiceCorsArgs(val allowedHeaders: Output<List<String>>, val allowedMethods: Output<List<String>>, val allowedOrigins: Output<List<String>>, val credentialsAllowed: Output<Boolean>? = null, val maxAgeInSeconds: Output<Int>? = null) : ConvertibleToJava<FhirServiceCorsArgs>
Link copied to clipboard
data class FhirServiceIdentityArgs(val identityIds: Output<List<String>>? = null, val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<FhirServiceIdentityArgs>
Link copied to clipboard
data class FhirServiceOciArtifactArgs(val digest: Output<String>? = null, val imageName: Output<String>? = null, val loginServer: Output<String>) : ConvertibleToJava<FhirServiceOciArtifactArgs>
Link copied to clipboard
data class GetDicomServicePlainArgs(val name: String, val workspaceId: String) : ConvertibleToJava<GetDicomServicePlainArgs>

A collection of arguments for invoking getDicomService.

Link copied to clipboard
data class GetFhirServicePlainArgs(val name: String, val tags: Map<String, String>? = null, val workspaceId: String) : ConvertibleToJava<GetFhirServicePlainArgs>

A collection of arguments for invoking getFhirService.

Link copied to clipboard
data class GetMedtechServicePlainArgs(val name: String, val workspaceId: String) : ConvertibleToJava<GetMedtechServicePlainArgs>

A collection of arguments for invoking getMedtechService.

Link copied to clipboard
data class GetServicePlainArgs(val location: String, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetServicePlainArgs>

A collection of arguments for invoking getService.

Link copied to clipboard
data class GetWorkspacePlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetWorkspacePlainArgs>

A collection of arguments for invoking getWorkspace.

Link copied to clipboard
data class MedtechServiceIdentityArgs(val identityIds: Output<List<String>>? = null, val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<MedtechServiceIdentityArgs>
Link copied to clipboard
data class ServiceAuthenticationConfigurationArgs(val audience: Output<String>? = null, val authority: Output<String>? = null, val smartProxyEnabled: Output<Boolean>? = null) : ConvertibleToJava<ServiceAuthenticationConfigurationArgs>
Link copied to clipboard
data class ServiceCorsConfigurationArgs(val allowCredentials: Output<Boolean>? = null, val allowedHeaders: Output<List<String>>? = null, val allowedMethods: Output<List<String>>? = null, val allowedOrigins: Output<List<String>>? = null, val maxAgeInSeconds: Output<Int>? = null) : ConvertibleToJava<ServiceCorsConfigurationArgs>
Link copied to clipboard
data class ServiceIdentityArgs(val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ServiceIdentityArgs>