You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_access_token_expiration"></a> [access\_token\_expiration](#input\_access\_token\_expiration)| Defines the access token expiration in seconds |`string`|`"3600"`| no |
146
-
| <aname="input_active_session_timeout"></a> [active\_session\_timeout](#input\_active\_session\_timeout)| Specify how long (seconds) a user is allowed to work continuously in the account |`number`|`3600`| no |
146
+
| <aname="input_active_session_timeout"></a> [active\_session\_timeout](#input\_active\_session\_timeout)| Specify how long (seconds) a user is allowed to work continuously in the account |`number`|`86400`| no |
147
147
| <aname="input_activity_tracker_locations"></a> [activity\_tracker\_locations](#input\_activity\_tracker\_locations)| Location of the route for the Activity Tracker, logs from these locations will be sent to the specified target. Supports passing individual regions, as well as `global` and `*`. |`list(string)`| <pre>[<br> "*",<br> "global"<br>]</pre> | no |
148
148
| <aname="input_activity_tracker_route_name"></a> [activity\_tracker\_route\_name](#input\_activity\_tracker\_route\_name)| Name of the route for the Activity Tracker, required if 'var.provision\_atracker\_cos' is true. |`string`|`null`| no |
149
149
| <aname="input_allowed_ip_addresses"></a> [allowed\_ip\_addresses](#input\_allowed\_ip\_addresses)| List of the IP addresses and subnets from which IAM tokens can be created for the account. |`list(any)`|`[]`| no |
@@ -174,7 +174,7 @@ No resources.
174
174
| <aname="input_edge_resource_group_name"></a> [edge\_resource\_group\_name](#input\_edge\_resource\_group\_name)| The name of the edge resource group to create. |`string`|`null`| no |
175
175
| <aname="input_enforce_allowed_ip_addresses"></a> [enforce\_allowed\_ip\_addresses](#input\_enforce\_allowed\_ip\_addresses)| If true IP address restriction will be enforced, If false, traffic originated outside specified allowed IP address set is monitored with audit events sent to SIEM and Activity Tracker. After running in monitored mode to test this variable, it should then explicitly be set to true to enforce IP allow listing. |`bool`|`true`| no |
176
176
| <aname="input_existing_cos_resource_group_name"></a> [existing\_cos\_resource\_group\_name](#input\_existing\_cos\_resource\_group\_name)| The name of an existing resource group to use for the COS instance/bucket, required if `var.provision_artacker_cos` is true and `var.observability_resource_group_name` is not provided. |`string`|`null`| no |
177
-
| <aname="input_inactive_session_timeout"></a> [inactive\_session\_timeout](#input\_inactive\_session\_timeout)| Specify how long (seconds) a user is allowed to stay logged in the account while being inactive/idle |`string`|`"900"`| no |
177
+
| <aname="input_inactive_session_timeout"></a> [inactive\_session\_timeout](#input\_inactive\_session\_timeout)| Specify how long (seconds) a user is allowed to stay logged in the account while being inactive/idle |`string`|`"7200"`| no |
178
178
| <aname="input_kms_key_crn"></a> [kms\_key\_crn](#input\_kms\_key\_crn)| CRN of the KMS key to use to encrypt the data in the COS bucket, required if 'var.provision\_atracker\_cos' is true. |`string`|`null`| no |
179
179
| <aname="input_management_resource_group_name"></a> [management\_resource\_group\_name](#input\_management\_resource\_group\_name)| The name of the management resource group to create. |`string`|`null`| no |
180
180
| <aname="input_max_sessions_per_identity"></a> [max\_sessions\_per\_identity](#input\_max\_sessions\_per\_identity)| Defines the maximum allowed sessions per identity required by the account. Supports any whole number greater than '0', or 'NOT\_SET' to unset account setting and use service default. |`string`|`"NOT_SET"`| no |
0 commit comments