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
Represents authorization for external users from a trusted partner tenant to book rooms in Places.
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.crossTenantPlacesRoomBooking",
"name": "String (identifier)",
"lastModifiedDateTime": "String (timestamp)",
"inboundAccess": {"@odata.type": "microsoft.graph.m365CapabilityInboundAccess"}
}