conditionalAccessGuestsOrExternalUsers resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents internal guests and external users in a policy scope.
Properties
Property | Type | Description |
---|---|---|
externalTenants | conditionalAccessExternalTenants | The tenant IDs of the selected types of external users. Either all B2B tenant or a collection of tenant IDs. External tenants can be specified only when the property guestOrExternalUserTypes isn't null or an empty String. |
guestOrExternalUserTypes | conditionalAccessGuestOrExternalUserTypes | Indicates internal guests or external user types, and is a multi-valued property. Possible values are: none , internalGuest , b2bCollaborationGuest , b2bCollaborationMember , b2bDirectConnectUser , otherExternalUser , serviceProvider , unknownFutureValue . |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.conditionalAccessGuestsOrExternalUsers",
"externalTenants": {
"@odata.type": "microsoft.graph.conditionalAccessExternalTenants"
},
"guestOrExternalUserTypes": "String"
}