policyTemplate resource type
Namespace: microsoft.graph
Represents the base policy in the directory for multitenant 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 multitenant organization. |
multiTenantOrganizationPartnerConfiguration | multiTenantOrganizationPartnerConfigurationTemplate | Defines an optional cross-tenant access policy template with inbound and outbound partner configuration settings for a multitenant organization. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.policyTemplate"
}