View Source
Class WebhookEventAuthorizer
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class WebhookEventAuthorizer : EventSourcePolicyAuthorizer
Constructors
View Source
WebhookEventAuthorizer(IAuthorizationService)
Declaration
public WebhookEventAuthorizer(IAuthorizationService authorizationService)
Parameters
Type |
Name |
Description |
IAuthorizationService |
authorizationService |
|
Properties
View Source
AuthorizableEventSources
Declaration
public override IEnumerable<string> AuthorizableEventSources { get; }
Property Value
Type |
Description |
IEnumerable<System.String> |
|
View Source
Policy
Declaration
protected override string Policy { get; }
Property Value
Type |
Description |
System.String |
|