Enum Status
Namespace: Autodesk.Webhooks.Model
Assembly: Autodesk.Webhooks.dll
Indicates the current state of the webhook. Possible values are
active
- Successfully delivered most recent event notifications.inactive
- Failed to deliver most recent event notification and has been deactivated.reactivated
- Previously inactive webhook that has been reactivated. No events have occurred since reactivation.
See Event Delivery Guarantees for more information on how the system deactivates webhooks and subsequently reactivates them.
[JsonConverter(typeof(StringEnumConverter))]
public enum Status
Fields
Active = 0
Enum Active for value: active
Inactive = 1
Enum Inactive for value: inactive
Reactivated = 2
Enum Reactivated for value: reactivated