{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.whatIfAnalysisResult",
"title": "microsoft.graph.whatIfAnalysisResult",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.conditionalAccessPolicy"
},
{
"title": "whatIfAnalysisResult",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"analysisReasons": {
"$ref": "#/components/schemas/microsoft.graph.whatIfAnalysisReasons"
},
"policyApplies": {
"type": "boolean",
"description": "Specifies whether the policy applies to the sign-in properties provided in the request body. If policyApplies is true, the policy applies to the sign-in based on the sign-in properties provided. If policyApplies is false, the policy doesn't apply to the sign-in based on the sign-in properties provided and the analysisReasons property is populated to show the reason for the policy not applying."
},
"@odata.type": {
"type": "string"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.whatIfAnalysisResult"
}