Class ApplicationWebhook
- Namespace
- JJConsulting.Infinity.Domain.Webhooks
- Assembly
- JJConsulting.Infinity.Domain.dll
public class ApplicationWebhook
Inheritance
-
Inherited Members
-
Properties
IsActive
public bool IsActive { get; set; }
Property Value
- bool
-
Name
public required string Name { get; set; }
Property Value
- string
-
Path
public string Path { get; set; }
Property Value
- string
-
Secret
public string? Secret { get; set; }
Property Value
- string?
-
SubscribedCategories
public required AuditLogCategory[] SubscribedCategories { get; set; }
Property Value
- AuditLogCategory[]
-