SessionPolicy
Manages session policies in Snowflake, which define timeout settings for user sessions to enhance security.
Examples
Python
YAML
Fields
name
(string, required) - The name of the session policy.session_idle_timeout_mins
(int) - The maximum amount of time a session can remain idle before it is automatically terminated.session_ui_idle_timeout_mins
(int) - The maximum amount of time a user interface session can remain idle before it is automatically terminated.comment
(string) - A description or comment about the session policy.
Last updated