Package version:

Interface IntegrationRuntimeRegenerateKeyParameters

Parameters to regenerate the authentication key.

interface IntegrationRuntimeRegenerateKeyParameters {
    keyName?: string;
}

Properties

Properties

keyName?: string

The name of the authentication key to regenerate.