dynamicSecretUpdateRdp is a command that updates rdp dynamic secret
| Name | Type | Description | Notes |
|---|---|---|---|
| AllowUserExtendSession | long | AllowUserExtendSession | [optional] |
| CustomUsernameTemplate | string | Customize how temporary usernames are generated using go template | [optional] |
| DeleteProtection | string | Protection from accidental deletion of this object [true/false] | [optional] |
| Description | string | Description of the object | [optional] |
| FixedUserClaimKeyname | string | For externally provided users, denotes the key-name of IdP claim to extract the username from (relevant only for fixed-user-only=true) | [optional] [default to "ext_username"] |
| FixedUserOnly | string | Allow access using externally (IdP) provided username [true/false] | [optional] [default to "false"] |
| ItemCustomFields | Dictionary<string, string> | Additional custom fields to associate with the item | [optional] |
| Json | bool | Set output format to JSON | [optional] [default to false] |
| Name | string | Dynamic secret name | |
| NewName | string | Dynamic secret name | [optional] |
| PasswordLength | string | The length of the password to be generated | [optional] |
| ProducerEncryptionKeyName | string | Dynamic producer encryption key | [optional] |
| RdpAdminName | string | RDP Admin Name | [optional] |
| RdpAdminPwd | string | RDP Admin password | [optional] |
| RdpHostName | string | Hostname | [optional] |
| RdpHostPort | string | Port | [optional] [default to "22"] |
| RdpUserGroups | string | Groups | [optional] |
| SecureAccessAllowExternalUser | bool | Allow providing external user for a domain users | [optional] [default to false] |
| SecureAccessBastionIssuer | string | Deprecated. use secure-access-certificate-issuer | [optional] |
| SecureAccessCertificateIssuer | string | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
| SecureAccessDelay | long | The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds | [optional] |
| SecureAccessEnable | string | Enable/Disable secure remote access [true/false] | [optional] |
| SecureAccessHost | List<string> | Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers) | [optional] |
| SecureAccessRdGatewayServer | string | RD Gateway server | [optional] |
| SecureAccessRdpDomain | string | Required when the Dynamic Secret is used for a domain user | [optional] |
| SecureAccessRdpUser | string | Override the RDP Domain username | [optional] |
| Tags | List<string> | Add tags attached to this object | [optional] |
| TargetName | string | Target name | [optional] |
| Token | string | Authentication token (see `/auth` and `/configure`) | [optional] |
| UidToken | string | The universal identity token, Required only for universal_identity authentication | [optional] |
| UserTtl | string | User TTL | [optional] [default to "60m"] |
| WarnUserBeforeExpiration | long | WarnBeforeUserExpiration | [optional] |