OptionalaccountOptionalclientA version number identifying the current clientSecret associated with the service token. Incrementing it triggers a rotation; the previous secret will still be accepted until the time indicated by previousClientSecretExpiresAt.
OptionaldurationThe duration for how long the service token will be valid. Must be in the format 300ms or 2h45m. Valid time units are: ns, us (or µs), ms, s, m, h. The default is 1 year in hours (8760h).
The name of the service token.
OptionalpreviousThe expiration of the previous clientSecret. This can be modified at any point after a rotation. For example, you may extend it further into the future if you need more time to update services with the new secret; or move it into the past to immediately invalidate the previous token in case of compromise.
OptionalzoneThe Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.