Class WebhookModel
- Namespace
- InSite.Domain.Integrations.Engine
- Assembly
- Shift.Sdk.dll
public class WebhookModel
- Inheritance
-
WebhookModel
- Inherited Members
-
- Extension Methods
-
Constructors
WebhookModel()
Properties
ApiAuthorizationHeaderValue
public string ApiAuthorizationHeaderValue { get; set; }
Property Value
- string
ApiAuthorizationScheme
public string ApiAuthorizationScheme { get; set; }
Property Value
- string
ApiUrl
public string ApiUrl { get; set; }
Property Value
- string
HookEnabled
public bool HookEnabled { get; set; }
Property Value
- bool
HookIdentifier
public Guid HookIdentifier { get; set; }
Property Value
- Guid
LazyHook
public bool LazyHook { get; set; }
Property Value
- bool
ObjectChange
public string ObjectChange { get; set; }
Property Value
- string
ObjectType
public string ObjectType { get; set; }
Property Value
- string
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid