pub struct AuthConfigResponse {
pub default_lease_ttl: u64,
pub force_no_cache: bool,
pub max_lease_ttl: u64,
pub token_type: String,
}
Expand description
Response from executing ListAuthsRequest
Fields§
§default_lease_ttl: u64
§force_no_cache: bool
§max_lease_ttl: u64
§token_type: String
Trait Implementations§
source§impl Debug for AuthConfigResponse
impl Debug for AuthConfigResponse
source§impl<'de> Deserialize<'de> for AuthConfigResponse
impl<'de> Deserialize<'de> for AuthConfigResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AuthConfigResponse
impl RefUnwindSafe for AuthConfigResponse
impl Send for AuthConfigResponse
impl Sync for AuthConfigResponse
impl Unpin for AuthConfigResponse
impl UnwindSafe for AuthConfigResponse
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