Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.93 KB

DynamicSecretCreateCustom.md

File metadata and controls

25 lines (21 loc) · 1.93 KB

akeyless.Model.DynamicSecretCreateCustom

Properties

Name Type Description Notes
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]
Json bool Set output format to JSON [optional] [default to false]
Name string Dynamic secret name
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"]

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