udclient [global-args...] [global-flags...]
createAuthToken [parameters]
| Parameter | Type | Required | Description |
|---|---|---|---|
| user | string | true | The user this token is associated with |
| expireDate | string | true | Expiration date and time of the token, in the format MM-DD-YYYY-mm:hh |
| description | string | false | Description of the authorization token |
| allowedIps | string | false | Allowed IP addresses in CIDR notation, such as 192.169.1.0/24 |
Related REST command: Create an authorization token.