uidCreateChildToken is a command that creates a new child token using Akeyless Universal Identity.
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] |