Share via


ExpiryOptionType Enum

Definition

Defines values for ExpiryOptionType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ExpiryOptionType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ExpiryOptionType = 
Public Enum ExpiryOptionType
Inheritance
ExpiryOptionType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Absolute 3
NeverExpire 0
RelativeToCreationDate 2
RelativeToNow 1

Applies to