| admin_rotation_interval_days |
int |
Define rotation interval in days |
[optional] |
| ara_enabled |
bool |
Enable or disable Agentic Runtime Authority rule enforcement for this item. Mirrors commands.AgenticRulesParams.AraEnabled. |
[optional] |
| create_sync_url |
str |
URL of an endpoint that implements /sync/create method, for example https://webhook.example.com/sync/create |
|
| delete_protection |
str |
Protection from accidental deletion of this object [true/false] |
[optional] |
| description |
str |
Description of the object |
[optional] |
| enable_admin_rotation |
bool |
Should admin credentials be rotated |
[optional] [default to False] |
| input_rule |
list[str] |
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] |
| 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] |
| name |
str |
Dynamic secret name |
|
| new_name |
str |
Dynamic secret name |
[optional] |
| output_rule |
list[str] |
Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) |
[optional] |
| payload |
str |
Secret payload to be sent with each create/revoke webhook request |
[optional] |
| producer_encryption_key_name |
str |
Dynamic producer encryption key |
[optional] |
| revoke_sync_url |
str |
URL of an endpoint that implements /sync/revoke method, for example https://webhook.example.com/sync/revoke |
|
| rotate_sync_url |
str |
URL of an endpoint that implements /sync/rotate method, for example https://webhook.example.com/sync/rotate |
[optional] |
| skip_dry_run |
str |
If set, dry-run will be skipped |
[optional] |
| tags |
list[str] |
Add tags attached to this object |
[optional] |
| timeout_sec |
int |
Maximum allowed time in seconds for the webhook to return the results |
[optional] [default to 60] |
| token |
str |
Authentication token (see `/auth` and `/configure`) |
[optional] |
| uid_token |
str |
The universal identity token, Required only for universal_identity authentication |
[optional] |
| user_ttl |
str |
User TTL |
[optional] [default to '60m'] |