Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 3.56 KB

File metadata and controls

38 lines (34 loc) · 3.56 KB

RotatedSecretCreateOpenAI

rotatedSecretCreateOpenAI is a command that creates a rotated secret for an OpenAI target by rotating the admin API key configured on the target.

Properties

Name Type Description Notes
api_key str Admin API key value to rotate (relevant only for rotator-type=api-key) [optional]
api_key_id str Admin API key ID to rotate (relevant only for rotator-type=api-key) [optional]
ara_enabled bool 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. [optional]
authentication_credentials str The credentials to connect with use-user-creds/use-target-creds [optional] [default to 'use-user-creds']
auto_rotate str [optional]
delete_protection str Protection from accidental deletion of this object [true/false] [optional]
description str Description of the object [optional]
input_rule list[str] Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) [optional]
item_custom_fields dict(str, str) Additional custom fields to associate with the item [optional]
json bool Set output format to JSON [optional] [default to False]
key str [optional]
max_versions str Set the maximum number of versions, limited by the account settings defaults. [optional]
name str Rotated secret name
output_rule list[str] Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) [optional]
password_length str The length of the password to be generated [optional]
rotation_event_in list[str] How many days before the rotation of the item would you like to be notified [optional]
rotation_hour int [optional]
rotation_interval str [optional]
rotator_type str The rotator type. options: [target/api-key]
skip_dry_run str If set, dry-run will be skipped [optional]
tags list[str] Add tags attached to this object [optional]
target_name str The target name to associate
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]
use_capital_letters str 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]
use_lower_letters str 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]
use_numbers str Specifies whether the generated temporary password must contain at least one numeric character (0 to 9). [true/false] [optional]
use_special_characters str [optional]

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