Class WebIntegrationAccountResponseAttributes

Attributes object of a web integration account. Secrets are never returned.

Hierarchy

  • WebIntegrationAccountResponseAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
name: string

A human-readable name for the account.

settings?: {
    [key: string]: any;
}

Integration-specific settings. The shape of this object varies by integration.

Type declaration

  • [key: string]: any

Generated using TypeDoc