Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.22 KB

directoryservice.md

File metadata and controls

37 lines (26 loc) · 1.22 KB
subcategory
Settings

centrify_directoryservice (Data Source)

This data source gets information of directory service.

Example Usage

data "centrify_directoryservice" "demo_lab" {
    // name is the actual Active Directory doman name
    name = "demo.lab"
    type = "Active Directory"
}

data "centrify_directoryservice" "federated_dir" {
    // name must be "Federated Directory Service"
    name = "Federated Directory Service"
    type = "Federated Directory"
}

More examples can be found here and here

Search Attributes

Required

  • name - (String) Name of the Directory Service. When type is Federated Directory, name must be Federated Directory Service.
  • type - (String) Type of the Directory Service. Can be set to Centrify Directory, Active Directory, Federated Directory, Google Directory or LDAP Directory.

Attributes Reference

  • id - (String) The ID of this resource.
  • status - (String) Status of the Directory Service.