Share via


IntegrationRuntimeAuthKeys Class

The integration runtime authentication keys.

Constructor

IntegrationRuntimeAuthKeys(*, auth_key1: str | None = None, auth_key2: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
auth_key1
str

The primary integration runtime authentication key.

Default value: None
auth_key2
str

The secondary integration runtime authentication key.

Default value: None

Variables

Name Description
auth_key1
str

The primary integration runtime authentication key.

auth_key2
str

The secondary integration runtime authentication key.