Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.18 KB

File metadata and controls

23 lines (15 loc) · 1.18 KB

UidCreateChildToken

uidCreateChildToken is a command that creates a new child token using Akeyless Universal Identity.

Properties

Name Type Description Notes
authMethodName String The universal identity auth method name, required only when uid-token is not provided [optional]
childDenyInheritance Boolean Deny from new child to create their own children [optional]
childDenyRotate Boolean Deny from new child to rotate [optional]
childTtl Integer New child token ttl [optional]
comment String Deprecated - use description [optional]
description String Description of the object [optional]
json Boolean Set output format to JSON [optional]
token String Authentication token (see `/auth` and `/configure`) [optional]
uidToken String The universal identity token, Required only for universal_identity authentication [optional]
uidTokenId String The ID of the uid-token, required only when uid-token is not provided [optional]