RegenerateAccessKeyParameters Class
Parameters supplied to the Regenerate Authorization Rule operation, specifies which key needs to be reset.
Constructor
RegenerateAccessKeyParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
key_type
|
The access key to regenerate. Required. Known values are: "PrimaryKey" and "SecondaryKey". |
|
key
|
Optional, if the key value provided, is reset for KeyType value or autogenerate Key value set for keyType. |
Attributes
key
Optional, if the key value provided, is reset for KeyType value or autogenerate Key value set for keyType.
key: str | None
key_type
"PrimaryKey" and "SecondaryKey".
key_type: str | _models.KeyType