Bewerken

Share via


termsExpiration 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.

Provides additional settings when setting the scheduled expiration of the agreement.

Properties

Property Type Description
startDateTime DateTimeOffset The DateTime when the agreement is set to expire for all users. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
frequency Duration Represents the frequency at which the terms will expire, after its first expiration as set in startDateTime. The value is represented in ISO 8601 format for durations. For example, PT1M represents a time period of one month.

JSON representation

Here's a JSON representation of this resource.

{
   "startDateTime": "2018-10-01T00:00:00.0000000Z",
   "frequency": "Duration"
}