/rotated-secret-create-aerospike

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

rotatedSecretCreateAerospike is a command that creates a rotated secret item.

boolean

Enable or disable Agentic Runtime Authority rule enforcement for this item.
When false, user-defined input/output rules are stored but not enforced;
the base security validation still runs.

AraEnabled is tri-state (nil/true/false), not a plain bool: it self-encodes
its wire value (see akl.OptionalBool) so an explicit false survives the
curl-proxy relay instead of being dropped like a default-false bool flag.

string
Defaults to use-user-creds

The credentials to connect with use-user-creds/use-target-creds

string
string

Protection from accidental deletion of this object [true/false]

string

Description of the object

boolean

EnableAra is the documented spelling of AraEnabled. Both set the same
field; --ara-enabled shipped first and stays as an undocumented alias
so existing scripts and the Terraform provider keep working.

boolean

Turns on AI Quorum checks for this item.

input-rule
array of strings

Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input)

input-rule
item-custom-fields
object

Additional custom fields to associate with the item

boolean
Defaults to false

Set output format to JSON

string
string

Lock this secret after each successful value read

string

Lock TTL in minutes

string

Set the maximum number of versions, limited by the account settings defaults.

string
required

Rotated secret name

output-rule
array of strings

Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets)

output-rule
string

The length of the password to be generated

string

Rotate this secret after it is unlocked

string

rotated-username password (relevant only for rotator-type=password)

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)

rotation-event-in
array of strings

How many days before the rotation of the item would you like to be notified

rotation-event-in
int32
string
string
required

The rotator type. options: [target/password]

string

If set, dry-run will be skipped

tags
array of strings

Add tags attached to this object

tags
string
required

The target name to associate

string

Authentication token (see /auth and /configure)

string

The universal identity token, Required only for universal_identity authentication

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]

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]

string

Specifies whether the generated temporary password must contain at least one numeric character (0 to 9). [true/false]

string
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
Footer Section