page_title | subcategory | description |
---|---|---|
citrix_stf_authentication_service Resource - citrix |
Storefront Authentication Service. |
Storefront Authentication Service.
resource "citrix_stf_authentication_service" "example-stf-authentication-service" {
site_id = "1"
friendly_name = "Example STF Authentication Service"
virtual_path = "/Citrix/Authentication"
}
friendly_name
(String) The friendly name the authentication service should be known as. Defaults toAuthentication Service
.site_id
(String) The IIS site to configure the authentication service for. Defaults to1
.virtual_path
(String) The IIS virtual path to use for the authentication service. Defaults to/Citrix/Authentication
.
Import is supported using the following syntax:
# StoreFront Authentication Service can be imported with the IIS Site Id and Virtual Path
terraform import citrix_stf_deployment.example-stf-deployment 1,"/Citrix/Auth"