Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Builder for DicomServiceIdentityArgs.
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
Builder for FhirServiceAuthenticationArgs.
Link copied to clipboard
Link copied to clipboard
Builder for FhirServiceCorsArgs.
Link copied to clipboard
Link copied to clipboard
Builder for 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
Builder for 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
Builder for GetDicomServicePlainArgs.
Link copied to clipboard
Link copied to clipboard
Builder for GetFhirServicePlainArgs.
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
Builder for GetMedtechServicePlainArgs.
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
Builder for GetServicePlainArgs.
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
Builder for GetWorkspacePlainArgs.
Link copied to clipboard
Link copied to clipboard
Builder for 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
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
Builder for ServiceCorsConfigurationArgs.
Link copied to clipboard
data class ServiceIdentityArgs(val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ServiceIdentityArgs>
Link copied to clipboard
Builder for ServiceIdentityArgs.