Represents a signing secret used to verify webhook payloads.

interface SigningSecret {
    expire_time?: string;
    truncated_secret?: string;
}

Properties

expire_time?: string

Output only. The expiration date of the signing secret.

truncated_secret?: string

Output only. The truncated version of the signing secret.