Skip to content

Commit

Permalink
Merging to release-5.2: [DX-1094] Update session_lifetime description…
Browse files Browse the repository at this point in the history
… to mention that it is a UNIX timestamp (#4327)

[DX-1094] Update session_lifetime description to mention that it is a UNIX timestamp (#4327)

* update session_lifetime
* Update session lifetime decription to mention that it is a UNIX timestamp
* Update linked page link title for session_lifetime
---------

Co-authored-by: Simon Pears <[email protected]>
  • Loading branch information
buger and Simon Pears authored Apr 18, 2024
1 parent 3bedffc commit 1473835
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ The policy ID that is bound to this token.
Although `apply_policy_id` is still supported, it is now deprecated. `apply_policies` is now used to list your policy IDs as an array. This supports the **[Multiple Policy]({{< ref "basic-config-and-security/security/security-policies/partitioned-policies#a-name-multiple-a-multiple-policies" >}})** feature introduced in the **v2.4 - 1.4** release.
{{< /note >}}


`data_expires`
A value, in seconds, that defines when data generated by this token expires in the analytics DB (must be using Pro edition and MongoDB).

Expand All @@ -266,7 +265,8 @@ As of v2.1, an Alias offers a way to identify a token in a more human-readable m
See [Auth Plugins]({{< ref "plugins/plugin-types/auth-plugins/auth-plugins" >}}) for additional information.

`session_lifetime`
Overrides the global session lifetime, see [Physical Token Expiry]({{< ref "basic-config-and-security/security/authentication-authorization/physical-key-expiry" >}}) for additional information.
UNIX timestamp that denotes when the key will automatically expire. Any·subsequent API request made using the key will be rejected. Overrides the global session lifetime. See [Key Expiry and Deletion]({{< ref "basic-config-and-security/security/authentication-authorization/physical-key-expiry" >}}) for more information.


### ResponseObject (coprocess_response_object.proto)

Expand Down

0 comments on commit 1473835

Please sign in to comment.