| AdminRotationIntervalDays |
long |
Define rotation interval in days |
[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 |
bool |
Should admin credentials be rotated |
[optional] [default to false] |
| 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 |
Dictionary<string, string> |
Additional custom fields to associate with the item |
[optional] |
| Json |
bool |
Set output format to JSON |
[optional] [default to false] |
| Name |
string |
Dynamic secret name |
|
| NewName |
string |
Dynamic secret name |
[optional] |
| OutputRule |
List<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] |
| Tags |
List<string> |
Add tags attached to this object |
[optional] |
| TimeoutSec |
long |
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"] |