RedisRegenerateKeyParameters Class
Specifies which Redis access keys to reset.
All required parameters must be populated in order to send to server.
Constructor
RedisRegenerateKeyParameters(*, key_type: str | _models.RedisKeyType, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
key_type
|
str or
RedisKeyType
The Redis access key to regenerate. Required. Known values are: "Primary" and "Secondary". |
Variables
Name | Description |
---|---|
key_type
|
str or
RedisKeyType
The Redis access key to regenerate. Required. Known values are: "Primary" and "Secondary". |