| page_title | subcategory | description |
|---|---|---|
citrix_site_settings Resource - citrix |
CVAD |
Resource to manage the settings of the site. |
Resource to manage the settings of the site.
resource "citrix_site_settings" "example" {
web_ui_policy_set_enabled = false
dns_resolution_enabled = false
multiple_remote_pc_assignments = true
trust_requests_sent_to_the_xml_service_port_enabled = false
}allowed_cors_origins_for_iwa(Set of String) Enable cross-origin access by adding the URL of the Web Studio server to the set. Disable cross-origin access by specifying this attribute to an empty set.
~> Please Note This attribute is applicable only for On-Premises environments. This attribute does not work if Web Studio is configured as a proxy for Delivery Controllers.
console_inactivity_timeout_minutes(Number) The inactivity duration in minutes after which administrators are automatically signed out of the Studio console. Minimum value is 10 and maximum value is 1440.
~> Please Note This attribute is applicable only for On-Premises environments.
dns_resolution_enabled(Boolean) For Cloud environments, set this setting totruewhen enabling the Rendezvous protocol that lets HDX sessions bypass the Citrix Cloud Connector and connect directly and securely to the Citrix Gateway service. For On-Premises environments, Set this setting totrueif you want to present DNS names instead of IP addresses in the ICA file.multiple_remote_pc_assignments(Boolean) Set this setting totrueif you want to automatically assign multiple users to the next unassigned machine. Set it tofalseif you want to restrict the automatic assignment to a single user.supported_authenticators(String) The authentication methods for accessing the Studio. Available values areBasicandAll
~> Please Note This attribute is applicable only for On-Premises environments. When Basic is specified, users authenticate to Studio using their domain credentials (user name and password). When All is specified, users authenticate to Studio with their domain credentials (user name and password) or a with their Windows credentials, using Kerberos or NTLM.
trust_requests_sent_to_the_xml_service_port_enabled(Boolean) For Cloud customers, when set totrue, the Cloud Connector (for cloud) or the Delivery Controller (for on-premises) trusts credentials sent from StoreFront.
~> Please Note This attribute should be set to true only when you have secured communications between the Cloud Connector (for cloud) or the Delivery Controller (for on-premises) and StoreFront using security keys, firewalls, or other mechanisms.
use_vertical_scaling_for_sessions_on_machines(Boolean) When set tofalse, sessions are distributed among the powered-on machines. For example, if you have two machines configured for 10 sessions each, the first machine handles five concurrent sessions and the second machine handles five. When set totrue, sessions maximize powered-on machine capacity and save machine costs. For example, if you have two machines configured for 10 sessions each, the first machine handles the first 10 concurrent sessions. The second machine handles the eleventh session.web_ui_policy_set_enabled(Boolean) Set this setting totrueto show policy sets in the Policies node. With policy sets, you can group policies together for simplified, role-based access control.
~> Please Note This attribute cannot be set to false when there are any policy sets of type DeliveryGroupPolicies.
id(String) ID of the site.