Get Scoping Configuration Result
data class GetScopingConfigurationResult(val answers: List<ScopingAnswerResponse>? = null, val azureApiVersion: String, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
A class represent an AppComplianceAutomation scoping configuration resource.
Constructors
Link copied to clipboard
constructor(answers: List<ScopingAnswerResponse>? = null, azureApiVersion: String, id: String, name: String, provisioningState: String, systemData: SystemDataResponse, type: String)