crossTenantAccessPolicyTarget resource type
Namespace: microsoft.graph
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 | The unique identifier of the user, group, or application; one of the following keywords: AllUsers and AllApplications ; or for targets that are applications, you may use reserved values. |
targetType | crossTenantAccessPolicyTargetType | The type of resource that you want to target. The possible values are: user , group , application , unknownFutureValue . |
Reserved values for targets that are applications
When setting application targets, you can also use the following reserved values:
Symbol | Description |
---|---|
AllMicrosoftApps | Refers to any Microsoft cloud application. |
Office365 | Includes the applications mentioned as part of the Office365 suite. |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.crossTenantAccessPolicyTarget",
"target": "String",
"targetType": "microsoft.graph.crossTenantAccessPolicyTargetType"
}
Feedback
Submit and view feedback for