Package-level declarations

Types

Link copied to clipboard
data class ApiKeyResponse(val createdAt: String? = null, val key: String)

Azure quantum workspace Api key details.

Link copied to clipboard
data class GetWorkspaceResult(val azureApiVersion: String, val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String, val name: String, val properties: WorkspaceResourcePropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The resource proxy definition object for Quantum Workspace.

Link copied to clipboard
data class ListWorkspaceKeysResult(val apiKeyEnabled: Boolean? = null, val primaryConnectionString: String, val primaryKey: ApiKeyResponse? = null, val secondaryConnectionString: String, val secondaryKey: ApiKeyResponse? = null)

Result of list Api keys and connection strings.

Link copied to clipboard
data class ManagedServiceIdentityResponse(val principalId: String, val tenantId: String, val type: String, val userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)

Managed service identity (system assigned and/or user assigned identities)

Link copied to clipboard
data class ProviderResponse(val applicationName: String? = null, val instanceUri: String? = null, val providerId: String? = null, val providerSku: String? = null, val provisioningState: String? = null, val resourceUsageId: String? = null)

Information about a Provider. A Provider is an entity that offers Targets to run Azure Quantum Jobs.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
data class UserAssignedIdentityResponse(val clientId: String, val principalId: String)

User assigned identity properties

Link copied to clipboard
data class WorkspaceResourcePropertiesResponse(val apiKeyEnabled: Boolean? = null, val endpointUri: String, val providers: List<ProviderResponse>? = null, val provisioningState: String, val storageAccount: String? = null, val usable: String)

Properties of a Workspace