page_title | subcategory | description |
---|---|---|
citrix_wem_directory_object Resource - citrix |
WEM |
Manages machine-level AD objects within a WEM deployment.
~> Disclaimer This feature is supported for Citrix Cloud customers, and will be made available for On-Premises soon.
~> Warning Having more than one Directory Object with the same Catalog ID is not allowed. |
Manages machine-level AD objects within a WEM deployment.
~> Disclaimer This feature is supported for Citrix Cloud customers, and will be made available for On-Premises soon.
~> Warning Having more than one Directory Object with the same Catalog ID is not allowed.
resource "citrix_wem_directory_object" "example-directory-object" {
configuration_set_id = citrix_wem_configuration_set.example-config-set.id
machine_catalog_id = citrix_machine_catalog.example-machine-catalog.id
enabled = true
}
configuration_set_id
(Number) Identifier of the site to which the machine-level AD object belongs.enabled
(Boolean) Indicates whether the machine-level AD object is enabled.machine_catalog_id
(String) GUID identifier of the machine catalog.
id
(String) Identifier of the directory object.
Import is supported using the following syntax:
# WEM Directory Object can be imported by specifying the ID
terraform import citrix_wem_directory_object.example-directory-object 1234