Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.6 KB

wem_directory_object.md

File metadata and controls

49 lines (35 loc) · 1.6 KB
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.

citrix_wem_directory_object (Resource)

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.

Example Usage

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
}

Schema

Required

  • 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.

Read-Only

  • id (String) Identifier of the directory object.

Import

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