Class WebIntegrationAccountUpdateRequestAttributes

Attributes object for updating a web integration account.

Hierarchy

  • WebIntegrationAccountUpdateRequestAttributes

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.

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

Integration-specific secrets. The shape of this object varies by integration. Secrets are write-only and never returned by the API.

Type declaration

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

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

Type declaration

  • [key: string]: any

Generated using TypeDoc