Struct graph_rs_sdk::directory::DirectoryMembersApiClient
source · pub struct DirectoryMembersApiClient { /* private fields */ }
Implementations§
source§impl DirectoryMembersApiClient
impl DirectoryMembersApiClient
pub fn id<ID: AsRef<str>>(&self, id: ID) -> DirectoryMembersIdApiClient
source§impl DirectoryMembersApiClient
impl DirectoryMembersApiClient
sourcepub fn list_members(&self) -> RequestHandler
pub fn list_members(&self) -> RequestHandler
Get members from directory
sourcepub fn get_members_count(&self) -> RequestHandler
pub fn get_members_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn create_ref_members<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_ref_members<B: BodyExt>(&self, body: B) -> RequestHandler
Add a member
sourcepub fn list_ref_members(&self) -> RequestHandler
pub fn list_ref_members(&self) -> RequestHandler
Get ref of members from directory
sourcepub fn get_directory_object_items_as_application_type(&self) -> RequestHandler
pub fn get_directory_object_items_as_application_type(&self) -> RequestHandler
Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection
sourcepub fn get_application_count(&self) -> RequestHandler
pub fn get_application_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn get_directory_object_items_as_device_type(&self) -> RequestHandler
pub fn get_directory_object_items_as_device_type(&self) -> RequestHandler
Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection
sourcepub fn get_device_count(&self) -> RequestHandler
pub fn get_device_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn get_directory_object_items_as_group_type(&self) -> RequestHandler
pub fn get_directory_object_items_as_group_type(&self) -> RequestHandler
Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection
sourcepub fn get_group_count(&self) -> RequestHandler
pub fn get_group_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn get_directory_object_items_as_org_contact_type(&self) -> RequestHandler
pub fn get_directory_object_items_as_org_contact_type(&self) -> RequestHandler
Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection
sourcepub fn get_org_contact_count(&self) -> RequestHandler
pub fn get_org_contact_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn get_directory_object_items_as_service_principal_type(
&self
) -> RequestHandler
pub fn get_directory_object_items_as_service_principal_type( &self ) -> RequestHandler
Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection
sourcepub fn get_service_principal_count(&self) -> RequestHandler
pub fn get_service_principal_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn get_directory_object_items_as_user_type(&self) -> RequestHandler
pub fn get_directory_object_items_as_user_type(&self) -> RequestHandler
Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection
sourcepub fn get_user_count(&self) -> RequestHandler
pub fn get_user_count(&self) -> RequestHandler
Get the number of the resource