primary
SourceGoogle::Directory::User::PosixAccount
Inherits JSON::Serializable / Reference / Object
https://developers.google.com/admin-sdk/directory/v1/reference/users#resource
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
account_id
Sourceaccount_id=(account_id : String | Nil)
Sourcegid
Sourcegid=(gid : UInt64 | Nil)
Sourcehome_directory
Sourcehome_directory=(home_directory : String | Nil)
Sourceoperating_system_type
Sourceoperating_system_type=(operating_system_type : String | Nil)
Sourceprimary=(primary : Bool | Nil)
Sourceshell
Sourceshell=(shell : String | Nil)
Sourcesystem_id
Sourcesystem_id=(system_id : String | Nil)
Sourceuid
Sourceuid=(uid : UInt64 | Nil)
Sourceusername
Sourceusername=(username : String | Nil)
Source