Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: microsoft.graph
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"
}