Table of Contents

Class WebhookSharedSecret

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Represents the webhook shared secret.

public class WebhookSharedSecret
Inheritance
WebhookSharedSecret
Inherited Members

Properties

SharedSecret

Get the Shared secret for this webhook, randomly generated by Smartsheet.

public string SharedSecret { get; set; }

Property Value

string

the shared secret

See Also