Project Properties Response
data class ProjectPropertiesResponse(val assessmentSolutionId: String? = null, val createdTimestamp: String, val customerStorageAccountArmId: String? = null, val customerWorkspaceId: String? = null, val customerWorkspaceLocation: String? = null, val lastAssessmentTimestamp: String, val numberOfAssessments: Int, val numberOfGroups: Int, val numberOfMachines: Int, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val projectStatus: String? = null, val provisioningState: String, val publicNetworkAccess: String? = null, val serviceEndpoint: String, val updatedTimestamp: String)
Properties of a project.
Constructors
Link copied to clipboard
fun ProjectPropertiesResponse(assessmentSolutionId: String? = null, createdTimestamp: String, customerStorageAccountArmId: String? = null, customerWorkspaceId: String? = null, customerWorkspaceLocation: String? = null, lastAssessmentTimestamp: String, numberOfAssessments: Int, numberOfGroups: Int, numberOfMachines: Int, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, projectStatus: String? = null, provisioningState: String, publicNetworkAccess: String? = null, serviceEndpoint: String, updatedTimestamp: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard