Get Project Policy Result
data class GetProjectPolicyResult(val id: String, val name: String, val provisioningState: String, val resourcePolicies: List<ResourcePolicyResponse>? = null, val scopes: List<String>? = null, val systemData: SystemDataResponse, val type: String)
Represents an project policy resource.
Constructors
Link copied to clipboard
constructor(id: String, name: String, provisioningState: String, resourcePolicies: List<ResourcePolicyResponse>? = null, scopes: List<String>? = null, systemData: SystemDataResponse, type: String)