pub struct SshRoleRequest {Show 14 fields
pub key_type: String,
pub default_user: Option<String>,
pub allowed_users: Option<String>,
pub allowed_domains: Option<String>,
pub ttl: Option<String>,
pub max_ttl: Option<String>,
pub allowed_critical_options: Option<String>,
pub allowed_extensions: Option<String>,
pub default_extensions: Option<Value>,
pub allow_user_certificates: Option<bool>,
pub allow_host_certificates: Option<bool>,
pub allow_bare_domains: Option<bool>,
pub allow_subdomains: Option<bool>,
pub algorithm_signer: Option<String>,
}Fields§
§key_type: String§default_user: Option<String>§allowed_users: Option<String>§allowed_domains: Option<String>§ttl: Option<String>§max_ttl: Option<String>§allowed_critical_options: Option<String>§allowed_extensions: Option<String>§default_extensions: Option<Value>§allow_user_certificates: Option<bool>§allow_host_certificates: Option<bool>§allow_bare_domains: Option<bool>§allow_subdomains: Option<bool>§algorithm_signer: Option<String>Trait Implementations§
Source§impl Clone for SshRoleRequest
impl Clone for SshRoleRequest
Source§fn clone(&self) -> SshRoleRequest
fn clone(&self) -> SshRoleRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SshRoleRequest
impl Debug for SshRoleRequest
Source§impl Default for SshRoleRequest
impl Default for SshRoleRequest
Source§fn default() -> SshRoleRequest
fn default() -> SshRoleRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SshRoleRequest
impl RefUnwindSafe for SshRoleRequest
impl Send for SshRoleRequest
impl Sync for SshRoleRequest
impl Unpin for SshRoleRequest
impl UnsafeUnpin for SshRoleRequest
impl UnwindSafe for SshRoleRequest
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