def primary : Bool | Nil
#
class Google::Directory::User::PosixAccount
- Google::Directory::User::PosixAccount
- Reference
- Object
Overview
https://developers.google.com/admin-sdk/directory/v1/reference/users#resource
Included Modules
- JSON::Serializable
Defined in:
directory/user/posix_account.crConstructors
Instance Method Summary
- #account_id : String | Nil
- #account_id=(account_id : String | Nil)
-
#gecos : String | Nil
https://en.wikipedia.org/wiki/Gecos_field
-
#gecos=(gecos : String | Nil)
https://en.wikipedia.org/wiki/Gecos_field
- #gid : UInt64 | Nil
- #gid=(gid : UInt64 | Nil)
- #home_directory : String | Nil
- #home_directory=(home_directory : String | Nil)
- #operating_system_type : String | Nil
- #operating_system_type=(operating_system_type : String | Nil)
- #primary : Bool | Nil
- #primary=(primary : Bool | Nil)
- #shell : String | Nil
- #shell=(shell : String | Nil)
- #system_id : String | Nil
- #system_id=(system_id : String | Nil)
- #uid : UInt64 | Nil
- #uid=(uid : UInt64 | Nil)
- #username : String | Nil
- #username=(username : String | Nil)