Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option "Allow everyone with access to this delivery group to use a desktop" or "Restrict desktop use" not yet supported? #19

Closed
dimi4ik opened this issue Nov 22, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@dimi4ik
Copy link

dimi4ik commented Nov 22, 2023

Hello,

I would like to set the option "Allow everyone with access to this delivery group to use a desktop" or "Restrict desktop use" via Terraform, but unfortunately, I couldn't find an option for it. Is it not supported yet, or am I doing something wrong?

Here's my Terraform code:

`resource "citrix_daas_delivery_group" "dg" {
autoscale_enabled = false
name = "DG"
associated_machine_catalogs = [
{
machine_catalog = citrix_daas_machine_catalog.mc.id
machine_count = 1
}
]

autoscale_settings = {
disconnect_peak_idle_session_after_seconds = 3600
log_off_peak_disconnected_session_after_seconds = 3600
peak_log_off_action = "Nothing"
power_time_schemes = [
{
days_of_week = [
"Monday",
"Tuesday",
"Wednesday",
"Thursday"
#"Friday"
]
display_name = "weekdays schedule"
peak_time_ranges = [
"09:00-17:00"
]
pool_size_schedules = [
{
"time_range" : "00:00-00:00",
"pool_size" : 1
}
],
pool_using_percentage = false
},
]
}
}

`
If there's a way to set these options or if it's not yet supported, please let me know.
Thank you!

@AlanCitrix
Copy link
Collaborator

That isn't supported yet, but we will look into adding it!

@dimi4ik
Copy link
Author

dimi4ik commented Nov 22, 2023

I would like to sign up as a test/beta user. How can I do that?

@AlanCitrix
Copy link
Collaborator

You are already one! This provider is in preview (version is <1.0.0). You can watch this repository for new releases as we continue development.

@AlanCitrix AlanCitrix added the enhancement New feature or request label Dec 4, 2023
@zhuolun-citrix
Copy link
Collaborator

Hi @dimi4ik ,

We have added support for desktop / application user access restriction. Please check out the latest release tagged in this issue.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants