Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface IntegrationRelease

    interface IntegrationRelease {
        id?: string;
        trigger?: ActionTrigger;
        semver?: IntegrationSemVer;
        required_secrets?: IntegrationRequiredParam[];
        required_configuration?: IntegrationRequiredParam[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    id?: string

    The id of the associated IntegrationRelease

    trigger?: ActionTrigger
    required_secrets?: IntegrationRequiredParam[]

    required_secrets declares all the necessary secrets for an integration to work.

    required_configuration?: IntegrationRequiredParam[]

    required_configuration declares all the necessary configuration fields for an integration to work.