SharedKeys Class
The shared keys for a workspace.
Constructor
SharedKeys(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
primary_shared_key
|
The primary shared key of a workspace. |
|
secondary_shared_key
|
The secondary shared key of a workspace. |
Attributes
primary_shared_key
The primary shared key of a workspace.
primary_shared_key: str | None
secondary_shared_key
The secondary shared key of a workspace.
secondary_shared_key: str | None