CreateUserWebhook creates a new webhook for a user.
The user id.
UserWebhook represents a webhook owned by a user.
The name of the webhook. Format: users/{user}/webhooks/{webhook}
The URL to send the webhook to.
Optional. Human-readable name for the webhook.
The creation time of the webhook.
The last update time of the webhook.
Optional. Signing secret used to HMAC-SHA256 sign the webhook request body. This field is input-only; it is never returned in responses.
Whether a signing secret is configured for this webhook.
OK