DOH
Get your Zero Trust organization DoH settings
GET/accounts/{account_id}/access/organizations/doh
Update your Zero Trust organization DoH settings
PUT/accounts/{account_id}/access/organizations/doh
ModelsExpand Collapse
DOHGetResponse { id, client_id, doh_jwt_duration, 3 more }
DOHGetResponse { id, client_id, doh_jwt_duration, 3 more }
client_id: optional string
The Client ID for the service token. Access will check for this value in the CF-Access-Client-ID request header.
doh_jwt_duration: optional string
The duration the DoH JWT is valid for. Must be in the format 300ms or 2h45m. Valid time units are: ns, us (or µs), ms, s, m, h. Note that the maximum duration for this setting is the same as the key rotation period on the account.
DOHUpdateResponse { id, client_id, doh_jwt_duration, 3 more }
DOHUpdateResponse { id, client_id, doh_jwt_duration, 3 more }
client_id: optional string
The Client ID for the service token. Access will check for this value in the CF-Access-Client-ID request header.
doh_jwt_duration: optional string
The duration the DoH JWT is valid for. Must be in the format 300ms or 2h45m. Valid time units are: ns, us (or µs), ms, s, m, h. Note that the maximum duration for this setting is the same as the key rotation period on the account. Default expiration is 24h