IntegrationRuntimeRegenerateKeyParameters Class
Parameters to regenerate the authentication key.
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". Default value: None
|
Variables
Name | Description |
---|---|
key_name
|
The name of the authentication key to regenerate. Known values are: "authKey1" and "authKey2". |