Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 2.86 KB

File metadata and controls

35 lines (27 loc) · 2.86 KB

DynamicSecretCreateAerospike

dynamicSecretCreateAerospike is a command that creates an Aerospike dynamic secret

Properties

Name Type Description Notes
aerospikeRoles List<String> [optional]
araEnabled Boolean Enable or disable Agentic Runtime Authority rule enforcement for this item. Mirrors commands.AgenticRulesParams.AraEnabled. [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]
enableAgenticRuntimeAuthority Boolean EnableAra is the documented spelling of AraEnabled; --ara-enabled shipped first and stays as an undocumented alias. [optional]
enableAiQuorum Boolean Turns on AI Quorum checks for this item. [optional]
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 Map<String, String> Additional custom fields to associate with the item [optional]
json Boolean Set output format to JSON [optional]
name String Dynamic secret name
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]
skipDryRun Boolean If set, dry-run will be skipped [true/false] [optional]
targetName String [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 [optional]