tenantRelationshipAccessPolicyBase resource type

Namespace: microsoft.graph

The base type that defines a tenant relationship. This is an abstract type that's inherited by cross-tenant policy objects including crossTenantAccessPolicy.

Inherits from policyBase.

Properties

Property Type Description
definition (deprecated) String collection The raw JSON definition of the cross-tenant access policy. Deprecated. Do not use.
description String Description for this policy. Required. Inherited from policyBase.
displayName String collection Display name for this policy. Required. Inherited from policyBase.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.tenantRelationshipAccessPolicyBase",
  "definition": [
    "String"
  ],
  "description": "String",
  "displayName": "String"
}