Snapd.UserInformation¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
Authorization data |
||
r/w/co |
Email address |
||
r/w/co |
Account id |
||
[ |
r/w/co |
SSH keys |
|
r/w/co |
Unix username |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Snapd.UserInformation(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Snapd.UserInformation
contains information about a user account on the system snapd is running on.New in version 1.3.
- get_auth_data()¶
- Returns:
a
Snapd.AuthData
orNone
if not set.- Return type:
Get the email address for this account.
New in version 1.26.
- get_email()¶
- Returns:
a email address.
- Return type:
Get the email address for this account.
New in version 1.26.
Property Details¶
- Snapd.UserInformation.props.auth_data¶
- Name:
auth-data
- Type:
- Default Value:
- Flags:
Authorization data
- Snapd.UserInformation.props.email¶
- Name:
email
- Type:
- Default Value:
- Flags:
Email address
- Snapd.UserInformation.props.id¶
- Name:
id
- Type:
- Default Value:
-1
- Flags:
Account id