crossTenantAccessPolicyTarget 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.
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: AllUsers AllApplications - Refers to any Microsoft cloud application. Office365 - Includes the applications mentioned as part of the Office 365 suite. |
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"
}