[−][src]Struct google_admin1_directory::User
JSON template for User object in Directory API.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- photos patch users (none)
- aliases delete users (none)
- undelete users (none)
- photos get users (none)
- update users (request|response)
- aliases watch users (none)
- insert users (request|response)
- photos delete users (none)
- patch users (request|response)
- photos update users (none)
- watch users (none)
- get users (response)
- aliases insert users (none)
- make admin users (none)
- aliases list users (none)
- list users (none)
- delete users (none)
Fields
addresses: Option<String>no description provided
posix_accounts: Option<String>no description provided
phones: Option<String>no description provided
locations: Option<String>no description provided
is_delegated_admin: Option<bool>Boolean indicating if the user is delegated admin (Read-only)
thumbnail_photo_etag: Option<String>ETag of the user's photo (Read-only)
suspended: Option<bool>Indicates if user is suspended.
keywords: Option<String>no description provided
kind: Option<String>Kind of resource this is.
id: Option<String>Unique identifier of User (Read-only)
aliases: Option<Vec<String>>List of aliases (Read-only)
non_editable_aliases: Option<Vec<String>>List of non editable aliases (Read-only)
archived: Option<bool>Indicates if user is archived.
deletion_time: Option<String>no description provided
suspension_reason: Option<String>Suspension reason if user is suspended (Read-only)
thumbnail_photo_url: Option<String>Photo Url of the user (Read-only)
is_enrolled_in2_sv: Option<bool>Is enrolled in 2-step verification (Read-only)
include_in_global_address_list: Option<bool>Boolean indicating if user is included in Global Address List
relations: Option<String>no description provided
languages: Option<String>no description provided
is_admin: Option<bool>Boolean indicating if the user is admin (Read-only)
etag: Option<String>ETag of the resource.
last_login_time: Option<String>User's last login time. (Read-only)
org_unit_path: Option<String>OrgUnit of User
agreed_to_terms: Option<bool>Indicates if user has agreed to terms (Read-only)
external_ids: Option<String>no description provided
ip_whitelisted: Option<bool>Boolean indicating if ip is whitelisted
ssh_public_keys: Option<String>no description provided
custom_schemas: Option<HashMap<String, UserCustomProperties>>Custom fields of the user.
is_enforced_in2_sv: Option<bool>Is 2-step verification enforced (Read-only)
is_mailbox_setup: Option<bool>Is mailbox setup (Read-only)
password: Option<String>User's password
emails: Option<String>no description provided
organizations: Option<String>no description provided
primary_email: Option<String>username of User
hash_function: Option<String>Hash function name for password. Supported are MD5, SHA-1 and crypt
name: Option<UserName>User's name
gender: Option<String>no description provided
notes: Option<String>no description provided
creation_time: Option<String>User's G Suite account creation time. (Read-only)
websites: Option<String>no description provided
change_password_at_next_login: Option<bool>Boolean indicating if the user should change password in next login
ims: Option<String>no description provided
customer_id: Option<String>CustomerId of User (Read-only)
Trait Implementations
impl Resource for User[src]
impl ResponseResult for User[src]
impl RequestValue for User[src]
impl Clone for User[src]
impl Default for User[src]
impl Debug for User[src]
impl Serialize for User[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl<'de> Deserialize<'de> for User[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for User
impl Sync for User
impl Unpin for User
impl UnwindSafe for User
impl RefUnwindSafe for User
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Typeable for T where
T: Any,
T: Any,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,