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 Can be one of the following values:
  • The unique identifier of the user, group, or application
  • AllUsers
  • AllApplications - Refers to any Microsoft cloud application.
  • Office365 - Includes the applications mentioned as part of the Office365 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 is a JSON representation of the resource.

    {
      "@odata.type": "#microsoft.graph.crossTenantAccessPolicyTarget",
      "target": "String",
      "targetType": "microsoft.graph.crossTenantAccessPolicyTargetType"
    }