| adminRotationIntervalDays |
Number |
Define rotation interval in days |
[optional] |
| araEnabled |
Boolean |
Enable or disable Agentic Runtime Authority rule enforcement for this item. Mirrors commands.AgenticRulesParams.AraEnabled. |
[optional] |
| createSyncUrl |
String |
URL of an endpoint that implements /sync/create method, for example https://webhook.example.com/sync/create |
|
| deleteProtection |
String |
Protection from accidental deletion of this object [true/false] |
[optional] |
| description |
String |
Description of the object |
[optional] |
| enableAdminRotation |
Boolean |
Should admin credentials be rotated |
[optional] [default to false] |
| inputRule |
[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 |
{String: String} |
Additional custom fields to associate with the item |
[optional] |
| json |
Boolean |
Set output format to JSON |
[optional] [default to false] |
| name |
String |
Dynamic secret name |
|
| newName |
String |
Dynamic secret name |
[optional] |
| outputRule |
[String] |
Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) |
[optional] |
| payload |
String |
Secret payload to be sent with each create/revoke webhook request |
[optional] |
| producerEncryptionKeyName |
String |
Dynamic producer encryption key |
[optional] |
| revokeSyncUrl |
String |
URL of an endpoint that implements /sync/revoke method, for example https://webhook.example.com/sync/revoke |
|
| rotateSyncUrl |
String |
URL of an endpoint that implements /sync/rotate method, for example https://webhook.example.com/sync/rotate |
[optional] |
| skipDryRun |
String |
If set, dry-run will be skipped |
[optional] |
| tags |
[String] |
Add tags attached to this object |
[optional] |
| timeoutSec |
Number |
Maximum allowed time in seconds for the webhook to return the results |
[optional] [default to 60] |
| token |
String |
Authentication token (see `/auth` and `/configure`) |
[optional] |
| uidToken |
String |
The universal identity token, Required only for universal_identity authentication |
[optional] |
| userTtl |
String |
User TTL |
[optional] [default to '60m'] |