pub struct SetConfigurationRequestBuilder { /* private fields */ }
Expand description
Builder for SetConfigurationRequest
.
Implementations§
source§impl SetConfigurationRequestBuilder
impl SetConfigurationRequestBuilder
pub fn mount<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn bound_issuer<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn default_role<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn jwks_ca_pem<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn jwt_supported_algs<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn jwks_url<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn jwt_validation_pubkeys<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn namespace_in_state<VALUE: Into<bool>>( &mut self, value: VALUE, ) -> &mut Self
pub fn oidc_discovery_ca_pem<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn oidc_discovery_url<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn oidc_client_id<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn oidc_client_secret<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn oidc_response_mode<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn oidc_response_types<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn provider_config<VALUE: Into<HashMap<String, String>>>( &mut self, value: VALUE, ) -> &mut Self
sourcepub fn build(
&self,
) -> Result<SetConfigurationRequest, SetConfigurationRequestBuilderError>
pub fn build( &self, ) -> Result<SetConfigurationRequest, SetConfigurationRequestBuilderError>
Trait Implementations§
source§impl Clone for SetConfigurationRequestBuilder
impl Clone for SetConfigurationRequestBuilder
source§fn clone(&self) -> SetConfigurationRequestBuilder
fn clone(&self) -> SetConfigurationRequestBuilder
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 SetConfigurationRequestBuilder
impl RefUnwindSafe for SetConfigurationRequestBuilder
impl Send for SetConfigurationRequestBuilder
impl Sync for SetConfigurationRequestBuilder
impl Unpin for SetConfigurationRequestBuilder
impl UnwindSafe for SetConfigurationRequestBuilder
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
)