Response message for WebhookService.RotateSigningSecret.

interface WebhookRotateSigningSecretResponse {
    secret?: string;
}

Properties

Properties

secret?: string

Output only. The newly generated signing secret.