Click or drag to resize

WebhookSharedSecret Class

Represents the webhook shared secret.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsWebhookSharedSecret

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class WebhookSharedSecret

The WebhookSharedSecret type exposes the following members.

Constructors
  NameDescription
Public methodWebhookSharedSecret
Top
Properties
  NameDescription
Public propertySharedSecret
Get the Shared secret for this webhook, randomly generated by Smartsheet.
Top
See Also