Compartilhar via


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
str

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
str

The notes of the management lock.

Default value: None

Variables

Name Description
id
str

The Id of the lock.

type
str

The type of the lock.

name
str

The name of the lock.

level

The lock level of the management lock. Known values are: "NotSpecified", "CanNotDelete", and "ReadOnly".

notes
str

The notes of the management lock.