Class WebIntegrationAccountCreateRequestAttributes

Attributes object for creating a web integration account.

Hierarchy

  • WebIntegrationAccountCreateRequestAttributes

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. Must be unique among accounts of the same integration.

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