Skip to content

Latest commit

 

History

History
48 lines (44 loc) · 4.54 KB

File metadata and controls

48 lines (44 loc) · 4.54 KB

akeyless.Model.DynamicSecretUpdateRdp

dynamicSecretUpdateRdp is a command that updates rdp dynamic secret

Properties

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"]
InputRule List<string> Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) Mirrors commands.AgenticRulesParams — kept separate because ResourceDS cannot embed it (different package, different struct layout). [optional]
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]
OutputRule List<string> Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) [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]
UseCapitalLetters string Specifies whether the generated temporary password must contain at least one uppercase character from the ISO basic Latin alphabet (A to Z). [true/false] [optional]
UseLowerLetters string Specifies whether the generated temporary password must contain at least one lowercase character from the ISO basic Latin alphabet (a to z). [true/false] [optional]
UseNumbers string Specifies whether the generated temporary password must contain at least one numeric character (0 to 9). [true/false] [optional]
UseSpecialCharacters string [optional]
UserTtl string User TTL [optional] [default to "60m"]
WarnUserBeforeExpiration long WarnBeforeUserExpiration [optional]

[Back to Model list] [Back to API list] [Back to README]