Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
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 JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.tenantRelationshipAccessPolicyBase",
"definition": [
"String"
],
"description": "String",
"displayName": "String"
}