isilon 5.0.1

Isilon rest api bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[allow(unused_imports)]
use serde_json::Value;

#[derive(Debug, Serialize, Deserialize)]
pub struct AdsProviderSearchObject {
    #[serde(rename = "description")]
    pub description: Option<String>,
    #[serde(rename = "display_name")]
    pub display_name: Option<String>,
    /// Specifies properties for a persona, which consists of either a 'type' and a 'name' or an 'ID'.
    #[serde(rename = "id")]
    pub id: Option <crate::models::AuthAccessAccessItemFileGroup>,
}