[][src]Struct isilon::models::AuthAccessAccessItemFileFilePermissions

pub struct AuthAccessAccessItemFileFilePermissions {
    pub dacl: Option<String>,
    pub delete_child: Option<String>,
    pub expected: Option<String>,
    pub mode: Option<String>,
    pub ownership: Option<String>,
    pub relevant_aces: Option<Vec<AuthAccessAccessItemShareSharePermissionsShareRelevantAce>>,
    pub relevant_mode: Option<String>,
    pub sticky: Option<String>,
}

Fields

dacl: Option<String>

Returns a status message if the Null ACL is set.

delete_child: Option<String>

Returns a status message if the parent directoryhas the delete_child property set for the user.If the delete_child property is set for a user,that user is able to delete the file.the delete_child for the user.

expected: Option<String>

Specifies the Access Control Entry (ACE) for the user.

mode: Option<String>

Specifies the mode bits on the file.

ownership: Option<String>

Returns a status message if the user owns the file.

relevant_aces: Option<Vec<AuthAccessAccessItemShareSharePermissionsShareRelevantAce>>

Specifies a list of the relevant Access Control Entrieswith respect to the user in the share.

relevant_mode: Option<String>

Specifies the mode bits that are related to the user.

sticky: Option<String>

Returns a status message if the user owns the file.

Trait Implementations

impl Debug for AuthAccessAccessItemFileFilePermissions[src]

impl Serialize for AuthAccessAccessItemFileFilePermissions[src]

impl<'de> Deserialize<'de> for AuthAccessAccessItemFileFilePermissions[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