pubstructUser{/// The object identifier
id: String,
}pubstructServicePrincipal{/// The object identifier
id: String,
// The client_id of this service principal
client_id: String,
// Scopes that this service principal offers
scopes:Vec<String>,
}pubstructGroup{/// The object identifier
id: String,
// Direct members of this group
//members:Vec<String>,
}