Package version:

Interface LinkedIntegrationRuntimeKeyAuthorization

The key authorization type integration runtime.

interface LinkedIntegrationRuntimeKeyAuthorization {
    authorizationType: "Key";
    key: SecureString;
}

Hierarchy (view full)

Properties

authorizationType

Polymorphic discriminator, which specifies the different types this object can be

The key used for authorization.