termsAndConditionsGroupAssignment resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

A termsAndConditionsGroupAssignment entity represents the assignment of a given Terms and Conditions (T&C) policy to a given group. Users in the group will be required to accept the terms in order to have devices enrolled into Intune.

Methods

Method Return Type Description
List termsAndConditionsGroupAssignments termsAndConditionsGroupAssignment collection List properties and relationships of the termsAndConditionsGroupAssignment objects.
Get termsAndConditionsGroupAssignment termsAndConditionsGroupAssignment Read properties and relationships of the termsAndConditionsGroupAssignment object.
Create termsAndConditionsGroupAssignment termsAndConditionsGroupAssignment Create a new termsAndConditionsGroupAssignment object.
Delete termsAndConditionsGroupAssignment None Deletes a termsAndConditionsGroupAssignment.
Update termsAndConditionsGroupAssignment termsAndConditionsGroupAssignment Update the properties of a termsAndConditionsGroupAssignment object.

Properties

Property Type Description
id String Unique identifier of the entity.
targetGroupId String Unique identifier of a group that the T&C policy is assigned to.

Relationships

Relationship Type Description
termsAndConditions termsAndConditions Navigation link to the terms and conditions that are assigned.

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.termsAndConditionsGroupAssignment",
  "id": "String (identifier)",
  "targetGroupId": "String"
}