Skip to content

Commit 20cc2cc

Browse files
authored
Minor fixes - conditionalAccessGrantControls JSON representation
1 parent b11be7e commit 20cc2cc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

api-reference/beta/resources/conditionalaccessgrantcontrols.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ The following JSON representation shows the resource type.
6262
"builtInControls": ["String"],
6363
"customAuthenticationFactors": ["String"],
6464
"operator": "String",
65-
"termsOfUse": ["String"],
66-
"authenticationStrength": {"@odata.type": "microsoft.graph.authenticationStrengthPolicy"}
65+
"termsOfUse": ["String"]
6766
}
6867
```
6968

api-reference/v1.0/resources/conditionalaccessgrantcontrols.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ The following JSON representation shows the resource type.
6060
"builtInControls": ["String"],
6161
"customAuthenticationFactors": ["String"],
6262
"operator": "String",
63-
"termsOfUse": ["String"],
64-
"authenticationStrength": {"@odata.type": "microsoft.graph.authenticationStrengthPolicy"}
63+
"termsOfUse": ["String"]
6564
}
6665
```
6766

0 commit comments

Comments
 (0)