Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.
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.
Properties
| 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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.crossTenantAccessPolicyTarget",
"target": "String",
"targetType": "microsoft.graph.crossTenantAccessPolicyTargetType"
}