Class ProvisioningWebhook
Inheritance
System.Object
ProvisioningWebhook
Namespace: PnP.Framework.Provisioning.Providers.Xml.V202103
Assembly: PnP.Framework.dll
Syntax
public class ProvisioningWebhook : object
Constructors
ProvisioningWebhook()
Declaration
public ProvisioningWebhook()
Properties
Async
Declaration
public bool Async { get; set; }
Property Value
System.
|
BodyFormat
Declaration
public ProvisioningWebhookBodyFormat BodyFormat { get; set; }
Property Value
Kind
Declaration
public ProvisioningWebhookKind Kind { get; set; }
Property Value
Method
Declaration
public ProvisioningWebhookMethod Method { get; set; }
Property Value
Parameters
Declaration
public StringDictionaryItem[] Parameters { get; set; }
Property Value
Url
Declaration
public string Url { get; set; }
Property Value
System.
|