| title | crossTenantAccessPolicyTarget resource type |
|---|---|
| description | Defines how to target your cross-tenant access policy settings. Settings can be targeted to specific users, groups, or applications. |
| author | jkdouglas |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Defines how to target your cross-tenant access policy settings. Settings can be targeted to specific users, groups, or applications. You can also use keywords to target specific groups or applications.
| Property | Type | Description |
|---|---|---|
| target | String | Defines the target for cross-tenant access policy settings and can have one of the following values:
|
| targetType | crossTenantAccessPolicyTargetType | The type of resource that you want to target. The possible values are: user, group, application, unknownFutureValue. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.crossTenantAccessPolicyTarget",
"target": "String",
"targetType": "microsoft.graph.crossTenantAccessPolicyTargetType"
}