pub struct AddSsoUserParams {
pub tenant_id: String,
pub create_apisso_user_data: CreateApissoUserData,
}Expand description
struct for passing parameters to the method add_sso_user
Fields§
§tenant_id: String§create_apisso_user_data: CreateApissoUserDataTrait Implementations§
Source§impl Clone for AddSsoUserParams
impl Clone for AddSsoUserParams
Source§fn clone(&self) -> AddSsoUserParams
fn clone(&self) -> AddSsoUserParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AddSsoUserParams
impl RefUnwindSafe for AddSsoUserParams
impl Send for AddSsoUserParams
impl Sync for AddSsoUserParams
impl Unpin for AddSsoUserParams
impl UnwindSafe for AddSsoUserParams
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more