termsOfUseContainer 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.
Container for the relationships that expose the terms of use API and its features. Currently exposes the agreements and agreementAcceptances relationships.
Inherits from entity.
Methods
None.
Properties
None.
Relationships
Relationship | Type | Description |
---|---|---|
agreementAcceptances | agreementAcceptance collection | Represents the current status of a user's response to a company's customizable terms of use agreement. |
agreements | agreement collection | Represents a tenant's customizable terms of use agreement that's created and managed with Microsoft Entra ID Governance. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.termsOfUseContainer"
}