Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.68 KB

File metadata and controls

58 lines (43 loc) · 1.68 KB
title description ms.localizationpriority ms.subservice author doc_type
termsExpiration resource type
Provides additional settings when setting the scheduled expiration of the agreement.
medium
entra-id-governance
AlexFilipin
resourcePageType

termsExpiration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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"
}