class Google::Directory::User::PosixAccount

Overview

https://developers.google.com/admin-sdk/directory/v1/reference/users#resource

Included Modules

Defined in:

directory/user/posix_account.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def account_id : String | Nil #

[View source]
def account_id=(account_id : String | Nil) #

[View source]
def gecos : String | Nil #

https://en.wikipedia.org/wiki/Gecos_field


[View source]
def gecos=(gecos : String | Nil) #

https://en.wikipedia.org/wiki/Gecos_field


[View source]
def gid : UInt64 | Nil #

[View source]
def gid=(gid : UInt64 | Nil) #

[View source]
def home_directory : String | Nil #

[View source]
def home_directory=(home_directory : String | Nil) #

[View source]
def operating_system_type : String | Nil #

[View source]
def operating_system_type=(operating_system_type : String | Nil) #

[View source]
def primary : Bool | Nil #

[View source]
def primary=(primary : Bool | Nil) #

[View source]
def shell : String | Nil #

[View source]
def shell=(shell : String | Nil) #

[View source]
def system_id : String | Nil #

[View source]
def system_id=(system_id : String | Nil) #

[View source]
def uid : UInt64 | Nil #

[View source]
def uid=(uid : UInt64 | Nil) #

[View source]
def username : String | Nil #

[View source]
def username=(username : String | Nil) #

[View source]