Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.32 KB

UidCreateChildToken.md

File metadata and controls

20 lines (16 loc) · 1.32 KB

akeyless.Model.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 bool Deny from new child to create their own children [optional]
ChildDenyRotate bool Deny from new child to rotate [optional]
ChildTtl int New child token ttl [optional]
Comment string Deprecated - use description [optional]
Description string Description of the object [optional]
Json bool Set output format to JSON [optional] [default to false]
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]

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