Edit

crossTenantMailTipsAll 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.

Represents a cross-tenant capability for sharing all mail tips. This capability allows tenant administrators to control whether users can share all mail tips across organizations.

Inherits from m365CapabilityBase.

Methods

This resource is part of a polymorphic collection managed by the m365CapabilityBase base type. Operations are performed through the base type endpoints on the crossTenantAccessPolicyConfigurationDefault or crossTenantAccessPolicyConfigurationPartner resources.

Properties

Property Type Description
inboundAccess m365CapabilityInboundAccess The inbound access settings for the capability. Inherited from m365CapabilityBase.
lastModifiedDateTime DateTimeOffset The automatically updated last modified timestamp for the capability. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. Inherited from m365CapabilityBase.
name String The name or identifier of the capability. Inherited from m365CapabilityBase.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.crossTenantMailTipsAll",
  "name": "String (identifier)",
  "lastModifiedDateTime": "String (timestamp)",
  "inboundAccess": {
    "@odata.type": "microsoft.graph.m365CapabilityInboundAccess"
  }
}