Skip to content

Latest commit

 

History

History
58 lines (54 loc) · 5.85 KB

UpdateItem.md

File metadata and controls

58 lines (54 loc) · 5.85 KB

akeyless.Model.UpdateItem

Properties

Name Type Description Notes
ProviderType string [optional]
Accessibility string for personal password manager [optional] [default to "regular"]
AddTag List<string> List of the new tags that will be attached to this item [optional]
CertFileData string PEM Certificate in a Base64 format. Used for updating RSA keys' certificates. [optional]
CertificateFormat string [optional]
ChangeEvent string Trigger an event when a secret value changed [true/false] (Relevant only for Static Secret) [optional]
DeleteProtection string Protection from accidental deletion of this object [true/false] [optional]
Description string Description of the object [optional] [default to "default_metadata"]
ExpirationEventIn List<string> How many days before the expiration of the certificate would you like to be notified. [optional]
HostProvider string Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret [optional]
Json bool Set output format to JSON [optional] [default to false]
MaxVersions string Set the maximum number of versions, limited by the account settings defaults. [optional]
Name string Current item name
NewMetadata string Deprecated - use description [optional] [default to "default_metadata"]
NewName string New item name [optional]
RmTag List<string> List of the existent tags that will be removed from this item [optional]
RotateAfterDisconnect string Rotate the value of the secret after SRA session ends [true/false] [optional] [default to "false"]
SecureAccessAddHost List<string> List of the new hosts that will be attached to SRA servers host [optional]
SecureAccessAllowExternalUser string Allow providing external user for a domain users [true/false] [optional]
SecureAccessAllowPortForwading bool Enable Port forwarding while using CLI access (relevant only for EKS/GKE/K8s Dynamic-Secret) [optional]
SecureAccessApi string Bastion's SSH control API endpoint. E.g. https://my.sra-server:9900 (relevant only for ssh cert issuer) [optional]
SecureAccessAwsAccountId string The AWS account id (relevant only for aws) [optional]
SecureAccessAwsNativeCli bool The AWS native cli (relevant only for aws) [optional]
SecureAccessAwsRegion string The AWS region (relevant only for aws) [optional]
SecureAccessBastionApi string Deprecated. use secure-access-api [optional]
SecureAccessBastionIssuer string Deprecated. use secure-access-certificate-issuer [optional]
SecureAccessBastionSsh string Deprecated. use secure-access-ssh [optional]
SecureAccessCertificateIssuer string Path to the SSH Certificate Issuer for your Akeyless Secure Access [optional]
SecureAccessClusterEndpoint string The K8s cluster endpoint URL (relevant only for EKS/GKE/K8s Dynamic-Secret) [optional]
SecureAccessDashboardUrl string The K8s dashboard url (relevant only for k8s) [optional]
SecureAccessDbName string The DB name (relevant only for DB Dynamic-Secret) [optional]
SecureAccessDbSchema string The DB schema (relevant only for DB Dynamic-Secret) [optional]
SecureAccessEnable string Enable/Disable secure remote access [true/false] [optional]
SecureAccessGateway string [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 (relevant only for rdp) [optional]
SecureAccessRdpDomain string Required when the Dynamic Secret is used for a domain user (relevant only for RDP Dynamic-Secret) [optional]
SecureAccessRdpUser string Override the RDP Domain username [optional]
SecureAccessRmHost List<string> List of the existent hosts that will be removed from SRA servers host [optional]
SecureAccessSsh string Bastion's SSH server. E.g. my.sra-server:22 (relevant only for ssh cert issuer) [optional]
SecureAccessSshCreds string Secret values contains SSH Credentials, either Private Key or Password [password/private-key] (relevant only for Static-Secret or Rotated-secret) [optional]
SecureAccessSshCredsUser string SSH username to connect to target server, must be in 'Allowed Users' list (relevant only for ssh cert issuer) [optional]
SecureAccessUrl string Destination URL to inject secrets [optional]
SecureAccessUseInternalBastion bool Deprecated. Use secure-access-use-internal-ssh-access [optional]
SecureAccessUseInternalSshAccess bool Use internal SSH Access [optional]
SecureAccessWebBrowsing bool Secure browser via Akeyless's Secure Remote Access (SRA) [optional] [default to false]
SecureAccessWebProxy bool Web-Proxy via Akeyless's Secure Remote Access (SRA) [optional] [default to false]
Token string Authentication token (see `/auth` and `/configure`) [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]

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