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

NeverExpire 0
RelativeToNow 1
RelativeToCreationDate 2
Absolute 3

Applies to