[][src]Struct isilon::models::AuthIdNtoken

pub struct AuthIdNtoken {
    pub additional_id: Option<Vec<AuthAccessAccessItemFileGroup>>,
    pub gid: Option<AuthAccessAccessItemFileGroup>,
    pub group_sid: Option<AuthAccessAccessItemFileGroup>,
    pub ifs_restricted: Option<bool>,
    pub local_address: Option<String>,
    pub on_disk_group_id: Option<AuthAccessAccessItemFileGroup>,
    pub on_disk_user_id: Option<AuthAccessAccessItemFileGroup>,
    pub privilege: Option<Vec<AuthIdNtokenPrivilegeItem>>,
    pub protocol: Option<i32>,
    pub remote_address: Option<String>,
    pub uid: Option<AuthAccessAccessItemFileGroup>,
    pub user_sid: Option<AuthAccessAccessItemFileGroup>,
    pub zid: Option<i32>,
    pub zone_id: Option<String>,
}

Fields

additional_id: Option<Vec<AuthAccessAccessItemFileGroup>>

Specifies additional UIDs, GIDs, and SIDs.

gid: Option<AuthAccessAccessItemFileGroup>

Specifies properties for a persona, which consists of either a 'type' and a 'name' or an 'ID'.

group_sid: Option<AuthAccessAccessItemFileGroup>

Specifies properties for a persona, which consists of either a 'type' and a 'name' or an 'ID'.

ifs_restricted: Option<bool>

Indicates if this user has restricted access to the /ifs file system.

local_address: Option<String>on_disk_group_id: Option<AuthAccessAccessItemFileGroup>

Specifies properties for a persona, which consists of either a 'type' and a 'name' or an 'ID'.

on_disk_user_id: Option<AuthAccessAccessItemFileGroup>

Specifies properties for a persona, which consists of either a 'type' and a 'name' or an 'ID'.

privilege: Option<Vec<AuthIdNtokenPrivilegeItem>>

Specifies the privileges granted to the currently authenticated user.

protocol: Option<i32>remote_address: Option<String>uid: Option<AuthAccessAccessItemFileGroup>

Specifies properties for a persona, which consists of either a 'type' and a 'name' or an 'ID'.

user_sid: Option<AuthAccessAccessItemFileGroup>

Specifies properties for a persona, which consists of either a 'type' and a 'name' or an 'ID'.

zid: Option<i32>zone_id: Option<String>

Trait Implementations

impl Debug for AuthIdNtoken[src]

impl Serialize for AuthIdNtoken[src]

impl<'de> Deserialize<'de> for AuthIdNtoken[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T