pub struct SetRoleRequestBuilder { /* private fields */ }
Expand description
Builder for SetRoleRequest
.
Implementations§
source§impl SetRoleRequestBuilder
impl SetRoleRequestBuilder
pub fn mount<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn name<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn allowed_redirect_uris<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn user_claim<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn bound_subject<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn bound_claims<VALUE: Into<HashMap<String, String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn bound_claims_type<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn bound_audiences<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn claim_mappings<VALUE: Into<HashMap<String, String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn clock_skew_leeway<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn expiration_leeway<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn groups_claim<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn max_age<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn not_before_leeway<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn oidc_scopes<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn role_type<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn token_bound_cidrs<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn token_explicit_max_ttl<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn token_no_default_policy<VALUE: Into<bool>>( &mut self, value: VALUE, ) -> &mut Self
pub fn token_num_uses<VALUE: Into<u64>>(&mut self, value: VALUE) -> &mut Self
pub fn token_period<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn token_policies<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn token_ttl<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn token_max_ttl<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn token_type<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn verbose_oidc_logging<VALUE: Into<bool>>( &mut self, value: VALUE, ) -> &mut Self
sourcepub fn build(&self) -> Result<SetRoleRequest, SetRoleRequestBuilderError>
pub fn build(&self) -> Result<SetRoleRequest, SetRoleRequestBuilderError>
Trait Implementations§
source§impl Clone for SetRoleRequestBuilder
impl Clone for SetRoleRequestBuilder
source§fn clone(&self) -> SetRoleRequestBuilder
fn clone(&self) -> SetRoleRequestBuilder
Returns a copy 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 SetRoleRequestBuilder
impl RefUnwindSafe for SetRoleRequestBuilder
impl Send for SetRoleRequestBuilder
impl Sync for SetRoleRequestBuilder
impl Unpin for SetRoleRequestBuilder
impl UnwindSafe for SetRoleRequestBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)