Edit

Share via


policyTemplate 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 the base policy in the directory for multi-tenant organization settings.

Inherits from entity.

Methods

None.

Properties

Property Type Description
id String ID of the template. Key. Inherited from entity.

Relationships

Relationship Type Description
multiTenantOrganizationIdentitySynchronization multiTenantOrganizationIdentitySyncPolicyTemplate Defines an optional cross-tenant access policy template with user synchronization settings for a multi-tenant organization.
multiTenantOrganizationPartnerConfiguration multiTenantOrganizationPartnerConfigurationTemplate Defines an optional cross-tenant access policy template with inbound and outbound partner configuration settings for a multi-tenant organization.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.policyTemplate"
}