Skip to content

Latest commit

 

History

History
64 lines (60 loc) · 6.56 KB

CreateRotatedSecret.md

File metadata and controls

64 lines (60 loc) · 6.56 KB

akeyless.Model.CreateRotatedSecret

createRotatedSecret is a command that creates a rotated secret [Deprecated: Use rotated-secret-create commands]

Properties

Name Type Description Notes
ProviderType string [optional]
ApiId string API ID to rotate (relevant only for rotator-type=api-key) [optional]
ApiKey string API key to rotate (relevant only for rotator-type=api-key) [optional]
ApplicationId string ApplicationId (used in azure) [optional]
AuthenticationCredentials string The credentials to connect with use-user-creds/use-target-creds [optional] [default to "use-user-creds"]
AutoRotate string Whether to automatically rotate every - -rotation-interval days, or disable existing automatic rotation [true/false] [optional]
AwsRegion string Aws Region (relevant only for aws) [optional] [default to "us-east-2"]
CustomPayload string Secret payload to be sent with rotation request (relevant only for rotator-type=custom) [optional]
DeleteProtection string Protection from accidental deletion of this object [true/false] [optional]
Description string Description of the object [optional]
GcpKey string Base64-encoded service account private key text [optional]
GcpServiceAccountEmail string The email of the gcp service account to rotate [optional]
GcpServiceAccountKeyId string The key id of the gcp service account to rotate [optional]
GraceRotation string Create a new access key without deleting the old key from AWS for backup (relevant only for AWS) [true/false] [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]
Key string The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) [optional]
Metadata string Deprecated - use description [optional]
Name string Secret name
PasswordLength string The length of the password to be generated [optional]
RotateAfterDisconnect string Rotate the value of the secret after SRA session ends [true/false] [optional] [default to "false"]
RotatedPassword string rotated-username password (relevant only for rotator-type=password) [optional]
RotatedUsername string username to be rotated, if selected use-self-creds at rotator-creds-type, this username will try to rotate it's own password, if use-target-creds is selected, target credentials will be use to rotate the rotated-password (relevant only for rotator-type=password) [optional]
RotationHour int The Hour of the rotation in UTC. Default rotation-hour is 14:00 [optional]
RotationInterval string The number of days to wait between every automatic key rotation (1-365) [optional]
RotatorCredsType string [optional]
RotatorCustomCmd string Custom rotation command (relevant only for ssh target) [optional]
RotatorType string Rotator Type
SamePassword string Rotate same password for each host from the Linked Target (relevant only for Linked Target) [optional]
SecureAccessAllowExternalUser bool Allow providing external user for a domain users (relevant only for rdp) [optional] [default to false]
SecureAccessAwsAccountId string The AWS account id (relevant only for aws) [optional]
SecureAccessAwsNativeCli bool The AWS native cli [optional]
SecureAccessBastionIssuer string Path to the SSH Certificate Issuer for your Akeyless Bastion [optional]
SecureAccessDbName string The DB name (relevant only for DB Dynamic-Secret) [optional]
SecureAccessDbSchema string The db schema (relevant only for mssql or postgresql) [optional]
SecureAccessDisableConcurrentConnections bool Enable this flag to prevent simultaneous use of the same secret [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]
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 (relevant only for rdp) [optional]
SecureAccessUrl string Destination URL to inject secrets [optional]
SecureAccessWeb bool Enable Web Secure Remote Access [optional] [default to false]
SecureAccessWebBrowsing bool Secure browser via Akeyless Web Access Bastion (relevant only for aws or azure) [optional] [default to false]
SecureAccessWebProxy bool Web-Proxy via Akeyless Web Access Bastion (relevant only for aws or azure) [optional] [default to false]
SshPassword string Deprecated: use RotatedPassword [optional]
SshUsername string Deprecated: use RotatedUser [optional]
StorageAccountKeyName string The name of the storage account key to rotate [key1/key2/kerb1/kerb2] (relevat to azure-storage-account) [optional]
Tags List<string> Add tags attached to this object [optional]
Target List<string> A list of linked targets to be associated, Relevant only for Secure Remote Access for ssh cert issuer, ldap rotated secret and ldap dynamic secret, To specify multiple targets use argument multiple times [optional]
TargetName string Target name
Token string Authentication token (see `/auth` and `/configure`) [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]
UserAttribute string LDAP User Attribute, Default value &quot;cn&quot; [optional] [default to "cn"]
UserDn string LDAP User Base DN [optional]

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