RestrictionMixinSetPassword

class RestrictionMixinSetPassword[source]

The value for the password when there is one set.

tag: Literal['set']

A password is set.

password: str | None

The password, will be None if you don’t have permission to view it.