Package version:

Interface IntegrationRuntimeAuthKeys

The integration runtime authentication keys.

interface IntegrationRuntimeAuthKeys {
    authKey1?: string;
    authKey2?: string;
}

Properties

Properties

authKey1?: string

The primary integration runtime authentication key.

authKey2?: string

The secondary integration runtime authentication key.