Struct graph_rs_sdk::users::AuthenticationApiClient
source · pub struct AuthenticationApiClient { /* private fields */ }
Implementations§
source§impl AuthenticationApiClient
impl AuthenticationApiClient
sourcepub fn delete_authentication(&self) -> RequestHandler
pub fn delete_authentication(&self) -> RequestHandler
Delete navigation property authentication for users
sourcepub fn get_authentication(&self) -> RequestHandler
pub fn get_authentication(&self) -> RequestHandler
Get authentication from users
sourcepub fn update_authentication<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_authentication<B: BodyExt>(&self, body: B) -> RequestHandler
Update the navigation property authentication in users
sourcepub fn create_email_methods<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_email_methods<B: BodyExt>(&self, body: B) -> RequestHandler
Create emailMethod
sourcepub fn list_email_methods(&self) -> RequestHandler
pub fn list_email_methods(&self) -> RequestHandler
List emailMethods
sourcepub fn get_email_methods_count(&self) -> RequestHandler
pub fn get_email_methods_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn delete_email_methods(
&self,
email_authentication_method_id: impl AsRef<str>
) -> RequestHandler
pub fn delete_email_methods( &self, email_authentication_method_id: impl AsRef<str> ) -> RequestHandler
Delete navigation property emailMethods for users
sourcepub fn get_email_methods(
&self,
email_authentication_method_id: impl AsRef<str>
) -> RequestHandler
pub fn get_email_methods( &self, email_authentication_method_id: impl AsRef<str> ) -> RequestHandler
Get emailMethods from users
sourcepub fn update_email_methods<B: BodyExt>(
&self,
email_authentication_method_id: impl AsRef<str>,
body: B
) -> RequestHandler
pub fn update_email_methods<B: BodyExt>( &self, email_authentication_method_id: impl AsRef<str>, body: B ) -> RequestHandler
Update the navigation property emailMethods in users
sourcepub fn authentication(&self) -> RequestHandler
pub fn authentication(&self) -> RequestHandler
Get fido2Methods from users
sourcepub fn get_fido_2_methods_count(&self) -> RequestHandler
pub fn get_fido_2_methods_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn delete_fido_2_authentication(
&self,
fido_2_authentication_method_id: impl AsRef<str>
) -> RequestHandler
pub fn delete_fido_2_authentication( &self, fido_2_authentication_method_id: impl AsRef<str> ) -> RequestHandler
Delete navigation property fido2Methods for users
sourcepub fn get_fido_2_authentication(
&self,
fido_2_authentication_method_id: impl AsRef<str>
) -> RequestHandler
pub fn get_fido_2_authentication( &self, fido_2_authentication_method_id: impl AsRef<str> ) -> RequestHandler
Get fido2Methods from users
sourcepub fn create_methods<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_methods<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to methods for users
sourcepub fn list_methods(&self) -> RequestHandler
pub fn list_methods(&self) -> RequestHandler
List methods
sourcepub fn get_methods_count(&self) -> RequestHandler
pub fn get_methods_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn get_methods(
&self,
authentication_method_id: impl AsRef<str>
) -> RequestHandler
pub fn get_methods( &self, authentication_method_id: impl AsRef<str> ) -> RequestHandler
Get methods from users
sourcepub fn update_methods<B: BodyExt>(
&self,
authentication_method_id: impl AsRef<str>,
body: B
) -> RequestHandler
pub fn update_methods<B: BodyExt>( &self, authentication_method_id: impl AsRef<str>, body: B ) -> RequestHandler
Update the navigation property methods in users
sourcepub fn reset_password<B: BodyExt>(
&self,
authentication_method_id: impl AsRef<str>,
body: B
) -> RequestHandler
pub fn reset_password<B: BodyExt>( &self, authentication_method_id: impl AsRef<str>, body: B ) -> RequestHandler
Invoke action resetPassword
sourcepub fn list_microsoft_authenticator_methods(&self) -> RequestHandler
pub fn list_microsoft_authenticator_methods(&self) -> RequestHandler
List microsoftAuthenticatorAuthenticationMethods
sourcepub fn get_microsoft_authenticator_methods_count(&self) -> RequestHandler
pub fn get_microsoft_authenticator_methods_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn delete_microsoft_authenticator_methods(
&self,
microsoft_authenticator_authentication_method_id: impl AsRef<str>
) -> RequestHandler
pub fn delete_microsoft_authenticator_methods( &self, microsoft_authenticator_authentication_method_id: impl AsRef<str> ) -> RequestHandler
Delete navigation property microsoftAuthenticatorMethods for users
sourcepub fn get_microsoft_authenticator_methods(
&self,
microsoft_authenticator_authentication_method_id: impl AsRef<str>
) -> RequestHandler
pub fn get_microsoft_authenticator_methods( &self, microsoft_authenticator_authentication_method_id: impl AsRef<str> ) -> RequestHandler
Get microsoftAuthenticatorMethods from users
sourcepub fn get_device(
&self,
microsoft_authenticator_authentication_method_id: impl AsRef<str>
) -> RequestHandler
pub fn get_device( &self, microsoft_authenticator_authentication_method_id: impl AsRef<str> ) -> RequestHandler
Get device from users
sourcepub fn create_operations<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_operations<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to operations for users
sourcepub fn list_operations(&self) -> RequestHandler
pub fn list_operations(&self) -> RequestHandler
Get operations from users
sourcepub fn get_operations_count(&self) -> RequestHandler
pub fn get_operations_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn delete_operations(
&self,
long_running_operation_id: impl AsRef<str>
) -> RequestHandler
pub fn delete_operations( &self, long_running_operation_id: impl AsRef<str> ) -> RequestHandler
Delete navigation property operations for users
sourcepub fn get_operations(
&self,
long_running_operation_id: impl AsRef<str>
) -> RequestHandler
pub fn get_operations( &self, long_running_operation_id: impl AsRef<str> ) -> RequestHandler
Get operations from users
sourcepub fn update_operations<B: BodyExt>(
&self,
long_running_operation_id: impl AsRef<str>,
body: B
) -> RequestHandler
pub fn update_operations<B: BodyExt>( &self, long_running_operation_id: impl AsRef<str>, body: B ) -> RequestHandler
Update the navigation property operations in users
sourcepub fn create_password_methods<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_password_methods<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to passwordMethods for users
sourcepub fn list_password_methods(&self) -> RequestHandler
pub fn list_password_methods(&self) -> RequestHandler
List passwordMethods
sourcepub fn get_password_methods_count(&self) -> RequestHandler
pub fn get_password_methods_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn get_password_methods(
&self,
password_authentication_method_id: impl AsRef<str>
) -> RequestHandler
pub fn get_password_methods( &self, password_authentication_method_id: impl AsRef<str> ) -> RequestHandler
Get passwordMethods from users
sourcepub fn create_phone_methods<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_phone_methods<B: BodyExt>(&self, body: B) -> RequestHandler
Create phoneMethod
sourcepub fn list_phone_methods(&self) -> RequestHandler
pub fn list_phone_methods(&self) -> RequestHandler
List phoneMethods
sourcepub fn get_phone_methods_count(&self) -> RequestHandler
pub fn get_phone_methods_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn delete_phone_methods(
&self,
phone_authentication_method_id: impl AsRef<str>
) -> RequestHandler
pub fn delete_phone_methods( &self, phone_authentication_method_id: impl AsRef<str> ) -> RequestHandler
Delete navigation property phoneMethods for users
sourcepub fn get_phone_methods(
&self,
phone_authentication_method_id: impl AsRef<str>
) -> RequestHandler
pub fn get_phone_methods( &self, phone_authentication_method_id: impl AsRef<str> ) -> RequestHandler
Get phoneMethods from users
sourcepub fn update_phone_methods<B: BodyExt>(
&self,
phone_authentication_method_id: impl AsRef<str>,
body: B
) -> RequestHandler
pub fn update_phone_methods<B: BodyExt>( &self, phone_authentication_method_id: impl AsRef<str>, body: B ) -> RequestHandler
Update the navigation property phoneMethods in users
sourcepub fn disable_sms_sign_in(
&self,
phone_authentication_method_id: impl AsRef<str>
) -> RequestHandler
pub fn disable_sms_sign_in( &self, phone_authentication_method_id: impl AsRef<str> ) -> RequestHandler
Invoke action disableSmsSignIn
sourcepub fn enable_sms_sign_in(
&self,
phone_authentication_method_id: impl AsRef<str>
) -> RequestHandler
pub fn enable_sms_sign_in( &self, phone_authentication_method_id: impl AsRef<str> ) -> RequestHandler
Invoke action enableSmsSignIn
sourcepub fn list_software_oath_methods(&self) -> RequestHandler
pub fn list_software_oath_methods(&self) -> RequestHandler
List softwareOathMethods
sourcepub fn count(&self) -> RequestHandler
pub fn count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn delete_software_oath_methods(
&self,
software_oath_authentication_method_id: impl AsRef<str>
) -> RequestHandler
pub fn delete_software_oath_methods( &self, software_oath_authentication_method_id: impl AsRef<str> ) -> RequestHandler
Delete navigation property softwareOathMethods for users
sourcepub fn get_software_oath_methods(
&self,
software_oath_authentication_method_id: impl AsRef<str>
) -> RequestHandler
pub fn get_software_oath_methods( &self, software_oath_authentication_method_id: impl AsRef<str> ) -> RequestHandler
Get softwareOathMethods from users
sourcepub fn create_temporary_access_pass_methods<B: BodyExt>(
&self,
body: B
) -> RequestHandler
pub fn create_temporary_access_pass_methods<B: BodyExt>( &self, body: B ) -> RequestHandler
Create temporaryAccessPassMethod
sourcepub fn list_temporary_access_pass_methods(&self) -> RequestHandler
pub fn list_temporary_access_pass_methods(&self) -> RequestHandler
List temporaryAccessPassMethods
sourcepub fn get_temporary_access_pass_methods_count(&self) -> RequestHandler
pub fn get_temporary_access_pass_methods_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn delete_temporary_access_pass_methods(
&self,
temporary_access_pass_authentication_method_id: impl AsRef<str>
) -> RequestHandler
pub fn delete_temporary_access_pass_methods( &self, temporary_access_pass_authentication_method_id: impl AsRef<str> ) -> RequestHandler
Delete navigation property temporaryAccessPassMethods for users
sourcepub fn get_temporary_access_pass_methods(
&self,
temporary_access_pass_authentication_method_id: impl AsRef<str>
) -> RequestHandler
pub fn get_temporary_access_pass_methods( &self, temporary_access_pass_authentication_method_id: impl AsRef<str> ) -> RequestHandler
Get temporaryAccessPassMethods from users
sourcepub fn list_windows_hello_for_business_methods(&self) -> RequestHandler
pub fn list_windows_hello_for_business_methods(&self) -> RequestHandler
List windowsHelloForBusinessAuthenticationMethods
sourcepub fn get_windows_hello_for_business_methods_count(&self) -> RequestHandler
pub fn get_windows_hello_for_business_methods_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn delete_windows_hello_for_business_methods(
&self,
windows_hello_for_business_authentication_method_id: impl AsRef<str>
) -> RequestHandler
pub fn delete_windows_hello_for_business_methods( &self, windows_hello_for_business_authentication_method_id: impl AsRef<str> ) -> RequestHandler
Delete navigation property windowsHelloForBusinessMethods for users
sourcepub fn get_windows_hello_for_business_methods(
&self,
windows_hello_for_business_authentication_method_id: impl AsRef<str>
) -> RequestHandler
pub fn get_windows_hello_for_business_methods( &self, windows_hello_for_business_authentication_method_id: impl AsRef<str> ) -> RequestHandler
Get windowsHelloForBusinessMethods from users
sourcepub fn get_windows_hello_for_business_methods_device(
&self,
windows_hello_for_business_authentication_method_id: impl AsRef<str>
) -> RequestHandler
pub fn get_windows_hello_for_business_methods_device( &self, windows_hello_for_business_authentication_method_id: impl AsRef<str> ) -> RequestHandler
Get device from users