Skip to content

Commit bca3107

Browse files
CopilotFaithOmbongi
andcommitted
Remove ms.custom metadata and enhance rootDomains property descriptions
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
1 parent a5980f3 commit bca3107

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

api-reference/beta/includes/rbac-for-apis/rbac-federatedtokenvalidationpolicy-apis.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
author: rahul-nagraj
33
ms.topic: include
4-
ms.custom: sfi-ga-blocked
54
---
65

76
> [!IMPORTANT]

api-reference/beta/resources/validatingdomains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This object is an abstract type from which the [allDomains](../resources/alldoma
2020
## Properties
2121
|Property|Type|Description|
2222
|:---|:---|:---|
23-
|rootDomains|rootDomains|Defines the types of domains to which the validation applies. The possible values are: `none`, `all`, `allFederated`, `allManaged`, `enumerated`, `allManagedAndEnumeratedFederated`, `unknownFutureValue`.|
23+
|rootDomains|rootDomains|Defines the types of domains to which the validation applies. The possible values are: <br/><ul><li>`none`: Allows sign in without any domain match; this is the least secure option and is highly discouraged.</li><li>`all`: Requires a domain match for all domains; users are allowed to sign in only if their domain matches.</li><li>`allFederated`: Blocks sign in if the user's domain is federated (for example, when the user comes from a different federated domain), but allows sign in if the user's domain is managed.</li><li>`allManaged`: Blocks sign in if the user's domain is managed, but allows sign in for users from federated domains.</li><li>`enumerated`: Blocks sign in if the user's domain is in the specified enumerated domains list.</li><li>`allManagedAndEnumeratedFederated`: Blocks sign in for all managed domains, and blocks federated domains that are included in the enumerated domains list.</li><li>`unknownFutureValue`: Evolvable enumeration sentinel value. Don't use.</li></ul>|
2424

2525
## Relationships
2626
None.

0 commit comments

Comments
 (0)