pub struct Resource { resource_type: String, name: String, external_id: Option, } pub struct Group { name: String, external_id: Option, }