pub struct GatewayUpdateRemoteAccessDesktopApp {
pub desktop_app_secure_web_access_url: Option<String>,
pub desktop_app_secure_web_proxy: Option<String>,
pub desktop_app_ssh_cert_issuer: Option<String>,
pub json: Option<bool>,
pub token: Option<String>,
pub uid_token: Option<String>,
}Expand description
GatewayUpdateRemoteAccessDesktopApp : gatewayUpdateRemoteAccessDesktopApp is a command that update remote access desktop app config
Fields§
§desktop_app_secure_web_access_url: Option<String>§desktop_app_secure_web_proxy: Option<String>§desktop_app_ssh_cert_issuer: Option<String>§json: Option<bool>Set output format to JSON
token: Option<String>Authentication token (see /auth and /configure)
uid_token: Option<String>The universal identity token, Required only for universal_identity authentication
Implementations§
Source§impl GatewayUpdateRemoteAccessDesktopApp
impl GatewayUpdateRemoteAccessDesktopApp
Sourcepub fn new() -> GatewayUpdateRemoteAccessDesktopApp
pub fn new() -> GatewayUpdateRemoteAccessDesktopApp
gatewayUpdateRemoteAccessDesktopApp is a command that update remote access desktop app config
Trait Implementations§
Source§impl Clone for GatewayUpdateRemoteAccessDesktopApp
impl Clone for GatewayUpdateRemoteAccessDesktopApp
Source§fn clone(&self) -> GatewayUpdateRemoteAccessDesktopApp
fn clone(&self) -> GatewayUpdateRemoteAccessDesktopApp
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 Default for GatewayUpdateRemoteAccessDesktopApp
impl Default for GatewayUpdateRemoteAccessDesktopApp
Source§fn default() -> GatewayUpdateRemoteAccessDesktopApp
fn default() -> GatewayUpdateRemoteAccessDesktopApp
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GatewayUpdateRemoteAccessDesktopApp
impl<'de> Deserialize<'de> for GatewayUpdateRemoteAccessDesktopApp
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
Source§impl PartialEq for GatewayUpdateRemoteAccessDesktopApp
impl PartialEq for GatewayUpdateRemoteAccessDesktopApp
Source§fn eq(&self, other: &GatewayUpdateRemoteAccessDesktopApp) -> bool
fn eq(&self, other: &GatewayUpdateRemoteAccessDesktopApp) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GatewayUpdateRemoteAccessDesktopApp
Auto Trait Implementations§
impl Freeze for GatewayUpdateRemoteAccessDesktopApp
impl RefUnwindSafe for GatewayUpdateRemoteAccessDesktopApp
impl Send for GatewayUpdateRemoteAccessDesktopApp
impl Sync for GatewayUpdateRemoteAccessDesktopApp
impl Unpin for GatewayUpdateRemoteAccessDesktopApp
impl UnsafeUnpin for GatewayUpdateRemoteAccessDesktopApp
impl UnwindSafe for GatewayUpdateRemoteAccessDesktopApp
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