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 | 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] |