IntegrationRuntimeRegenerateKeyParameters Class

Parameters to regenerate the authentication key.

Inheritance
azure.mgmt.datafactory._serialization.Model
IntegrationRuntimeRegenerateKeyParameters

Constructor

IntegrationRuntimeRegenerateKeyParameters(*, key_name: str | _models.IntegrationRuntimeAuthKeyName | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
key_name

The name of the authentication key to regenerate. Known values are: "authKey1" and "authKey2".

Variables

Name Description
key_name

The name of the authentication key to regenerate. Known values are: "authKey1" and "authKey2".