RegenerateKeysParameters Class
Parameters supplied to the Regenerate Authorization Rule keys operation.
Constructor
RegenerateKeysParameters(*, policykey: str | _models.Policykey | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
policykey
|
Key that needs to be regenerated. Known values are: "PrimaryKey" and "SecondaryKey". Default value: None
|