Skip to content

Commit 48dc367

Browse files
authored
Merge pull request #25804 from microsoftgraph/uuf-conditionalaccessgrantcontrols
Minor fixes - conditionalAccessGrantControls JSON representation
2 parents c34c9cc + 10eeda3 commit 48dc367

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

api-reference/beta/resources/conditionalaccessgrantcontrols.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: "lisaychuang"
66
ms.reviewer: conditionalaccesspm
77
ms.subservice: "entra-sign-in"
88
doc_type: resourcePageType
9+
ms.date: 11/29/2024
910
---
1011

1112
# conditionalAccessGrantControls resource type
@@ -62,8 +63,7 @@ The following JSON representation shows the resource type.
6263
"builtInControls": ["String"],
6364
"customAuthenticationFactors": ["String"],
6465
"operator": "String",
65-
"termsOfUse": ["String"],
66-
"authenticationStrength": {"@odata.type": "microsoft.graph.authenticationStrengthPolicy"}
66+
"termsOfUse": ["String"]
6767
}
6868
```
6969

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Represents grant controls that must be fulfilled to pass the policy.
2828

2929
Consider the following when you use the `passwordChange` control:
3030

31-
- `passwordChange` must be accompanied by `mfa` using an `AND` operator. This combination ensures that the password will be updated in a secure way.
31+
- `passwordChange` must be accompanied by `mfa` using an `AND` operator. This combination ensures that the password is updated in a secure way.
3232
- `passwordChange` must be used in a policy containing `userRiskLevels`. This is designed to enable scenarios where users must use a secure change password to reset their user risk.
3333
- The policy should target `all` applications, and not exclude any applications.
34-
- The policy cannot contain any other condition except `users`, `applications` and `userRiskLevels`.
34+
- The policy can't contain any other condition except `users`, `applications`, and `userRiskLevels`.
3535

3636
## Relationships
3737

@@ -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)