def primary_email : String
#
class Google::Directory::User
- Google::Directory::User
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
directory/user/address.crdirectory/user/email.cr
directory/user/gender.cr
directory/user/language.cr
directory/user/name.cr
directory/user/organization.cr
directory/user/phone.cr
directory/user/posix_account.cr
directory/user/relation.cr
directory/user/user.cr
Constructors
Instance Method Summary
- #addresses : Array(Address) | Nil
- #addresses=(addresses : Array(Address) | Nil)
- #agreed_to_terms : Bool | Nil
- #agreed_to_terms=(agreed_to_terms : Bool | Nil)
- #aliases : Array(String) | Nil
- #aliases=(aliases : Array(String) | Nil)
- #archived : Bool | Nil
- #archived=(archived : Bool | Nil)
- #change_password_at_next_login : Bool | Nil
- #change_password_at_next_login=(change_password_at_next_login : Bool | Nil)
- #creation_time : Time | Nil
- #creation_time=(creation_time : Time | Nil)
- #custom_schemas : Hash(String, Hash(String, JSON::Any)) | Nil
- #custom_schemas=(custom_schemas : Hash(String, Hash(String, JSON::Any)) | Nil)
- #customer_id : String | Nil
- #customer_id=(customer_id : String | Nil)
- #deletion_time : Time | Nil
- #deletion_time=(deletion_time : Time | Nil)
- #emails : Array(Email)
- #emails=(emails : Array(Email))
- #etag : String | Nil
- #etag=(etag : String | Nil)
- #external_ids : Array(Relation) | Nil
- #external_ids=(external_ids : Array(Relation) | Nil)
- #gender : Gender | Nil
- #gender=(gender : Gender | Nil)
- #hash_function : String | Nil
- #hash_function=(hash_function : String | Nil)
- #id : String | Nil
- #id=(id : String | Nil)
- #include_in_global_address_list : Bool | Nil
- #include_in_global_address_list=(include_in_global_address_list : Bool | Nil)
- #ip_whitelisted : Bool | Nil
- #ip_whitelisted=(ip_whitelisted : Bool | Nil)
- #is_admin : Bool | Nil
- #is_admin=(is_admin : Bool | Nil)
- #is_delegated_admin : Bool | Nil
- #is_delegated_admin=(is_delegated_admin : Bool | Nil)
- #is_enforced_in_2sv : Bool | Nil
- #is_enforced_in_2sv=(is_enforced_in_2sv : Bool | Nil)
- #is_enrolled_in_2sv : Bool | Nil
- #is_enrolled_in_2sv=(is_enrolled_in_2sv : Bool | Nil)
- #is_mailbox_setup : Bool | Nil
- #is_mailbox_setup=(is_mailbox_setup : Bool | Nil)
- #keywords : Array(Relation) | Nil
- #keywords=(keywords : Array(Relation) | Nil)
-
#kind : String | Nil
Optional for creating a user
-
#kind=(kind : String | Nil)
Optional for creating a user
- #languages : Array(Language) | Nil
- #languages=(languages : Array(Language) | Nil)
- #last_login_time : Time | Nil
- #last_login_time=(last_login_time : Time | Nil)
- #locations : Array(Location) | Nil
- #locations=(locations : Array(Location) | Nil)
- #name : Name
- #name=(name : Name)
- #non_editable_aliases : Array(String) | Nil
- #non_editable_aliases=(non_editable_aliases : Array(String) | Nil)
- #notes : NamedTuple(value: String, contentType: String | Nil) | Nil
- #notes=(notes : NamedTuple(value: String, contentType: String | Nil) | Nil)
- #org_unit_path : String | Nil
- #org_unit_path=(org_unit_path : String | Nil)
- #organizations : Array(Organization) | Nil
- #organizations=(organizations : Array(Organization) | Nil)
- #password : String | Nil
- #password=(password : String | Nil)
- #phones : Array(Phone) | Nil
- #phones=(phones : Array(Phone) | Nil)
- #posix_accounts : Array(PosixAccount) | Nil
- #posix_accounts=(posix_accounts : Array(PosixAccount) | Nil)
- #primary_email : String
- #primary_email=(primary_email : String)
- #recovery_phone : String | Nil
- #recovery_phone=(recovery_phone : String | Nil)
- #relations : Array(Relation) | Nil
- #relations=(relations : Array(Relation) | Nil)
- #suspended : Bool | Nil
- #suspended=(suspended : Bool | Nil)
- #suspension_reason : String | Nil
- #suspension_reason=(suspension_reason : String | Nil)
- #thumbnail_photo_etag : String | Nil
- #thumbnail_photo_etag=(thumbnail_photo_etag : String | Nil)
- #thumbnail_photo_url : String | Nil
- #thumbnail_photo_url=(thumbnail_photo_url : String | Nil)
- #websites : Array(Phone) | Nil
- #websites=(websites : Array(Phone) | Nil)