Package-level declarations

Types

Link copied to clipboard
data class AccessConnectorIdentity(val identityIds: List<String>? = null, val principalId: String? = null, val tenantId: String? = null, val type: String)
Link copied to clipboard
data class GetAccessConnectorIdentity(val identityIds: List<String>, val principalId: String, val tenantId: String, val type: String)
Link copied to clipboard
data class GetAccessConnectorResult(val id: String, val identities: List<GetAccessConnectorIdentity>, val location: String, val name: String, val resourceGroupName: String, val tags: Map<String, String>)

A collection of values returned by getAccessConnector.

Link copied to clipboard
data class GetWorkspaceEnhancedSecurityCompliance(val automaticClusterUpdateEnabled: Boolean, val complianceSecurityProfileEnabled: Boolean, val complianceSecurityProfileStandards: List<String>, val enhancedSecurityMonitoringEnabled: Boolean)
Link copied to clipboard
data class GetWorkspaceManagedDiskIdentity(val principalId: String, val tenantId: String, val type: String)
data class GetWorkspacePrivateEndpointConnectionConnection(val actionRequired: String, val description: String, val name: String, val status: String, val workspacePrivateEndpointId: String)
data class GetWorkspacePrivateEndpointConnectionResult(val connections: List<GetWorkspacePrivateEndpointConnectionConnection>, val id: String, val privateEndpointId: String, val workspaceId: String)

A collection of values returned by getWorkspacePrivateEndpointConnection.

Link copied to clipboard
data class GetWorkspaceResult(val enhancedSecurityCompliances: List<GetWorkspaceEnhancedSecurityCompliance>, val id: String, val location: String, val managedDiskIdentities: List<GetWorkspaceManagedDiskIdentity>, val name: String, val resourceGroupName: String, val sku: String, val storageAccountIdentities: List<GetWorkspaceStorageAccountIdentity>, val tags: Map<String, String>? = null, val workspaceId: String, val workspaceUrl: String)

A collection of values returned by getWorkspace.

Link copied to clipboard
data class GetWorkspaceStorageAccountIdentity(val principalId: String, val tenantId: String, val type: String)
Link copied to clipboard
data class WorkspaceCustomParameters(val machineLearningWorkspaceId: String? = null, val natGatewayName: String? = null, val noPublicIp: Boolean? = null, val privateSubnetName: String? = null, val privateSubnetNetworkSecurityGroupAssociationId: String? = null, val publicIpName: String? = null, val publicSubnetName: String? = null, val publicSubnetNetworkSecurityGroupAssociationId: String? = null, val storageAccountName: String? = null, val storageAccountSkuName: String? = null, val virtualNetworkId: String? = null, val vnetAddressPrefix: String? = null)
Link copied to clipboard
data class WorkspaceEnhancedSecurityCompliance(val automaticClusterUpdateEnabled: Boolean? = null, val complianceSecurityProfileEnabled: Boolean? = null, val complianceSecurityProfileStandards: List<String>? = null, val enhancedSecurityMonitoringEnabled: Boolean? = null)
Link copied to clipboard
data class WorkspaceManagedDiskIdentity(val principalId: String? = null, val tenantId: String? = null, val type: String? = null)
Link copied to clipboard
data class WorkspaceStorageAccountIdentity(val principalId: String? = null, val tenantId: String? = null, val type: String? = null)