[−][src]Struct vault_rs::sys::mounts::SecretsEngineTune
Tuning options for secrets engines
Fields
description: Option<String>Specifies the human-friendly description of the mount.
default_lease_ttl: Option<u64>The default lease duration, specified as a string duration like "5s" or "30m".
max_lease_ttl: Option<u64>The maximum lease duration, specified as a string duration like "5s" or "30m".
audit_non_hmac_request_keys: Option<HashSet<String>>List of keys that will not be HMAC'd by audit devices in the request data object.
audit_non_hmac_response_keys: Option<HashSet<String>>List of keys that will not be HMAC'd by audit devices in the response data object.
listing_visibility: Option<ListingVisibility>Specifies whether to show this mount in the UI-specific listing endpoint.
passthrough_request_headers: Option<HashSet<String>>List of headers to whitelist and pass from the request to the plugin.
allowed_response_headers: Option<HashSet<String>>List of headers to whitelist, allowing a plugin to include them in the response.
Trait Implementations
impl Debug for SecretsEngineTune[src]
impl Default for SecretsEngineTune[src]
fn default() -> SecretsEngineTune[src]
impl<'de> Deserialize<'de> for SecretsEngineTune[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Eq for SecretsEngineTune[src]
impl PartialEq<SecretsEngineTune> for SecretsEngineTune[src]
fn eq(&self, other: &SecretsEngineTune) -> bool[src]
fn ne(&self, other: &SecretsEngineTune) -> bool[src]
impl Serialize for SecretsEngineTune[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl StructuralEq for SecretsEngineTune[src]
impl StructuralPartialEq for SecretsEngineTune[src]
Auto Trait Implementations
impl RefUnwindSafe for SecretsEngineTune
impl Send for SecretsEngineTune
impl Sync for SecretsEngineTune
impl Unpin for SecretsEngineTune
impl UnwindSafe for SecretsEngineTune
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,