cookieTtl property

String? cookieTtl
getter/setter pair

The cookie TTL value for the Set-Cookie header generated by the data plane.

The lifetime of the cookie may be set to a value from 1 to 86400 seconds (24 hours) inclusive.

Required.

Implementation

core.String? cookieTtl;