ManagementLockObject Class
Management lock information.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ManagementLockObject(*, name: str | None = None, level: str | _models.LockLevel | None = None, notes: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the lock. Default value: None
|
level
|
The lock level of the management lock. Known values are: "NotSpecified", "CanNotDelete", and "ReadOnly". Default value: None
|
notes
|
The notes of the management lock. Default value: None
|