subcategory |
---|
Settings |
This data source gets information of directory service.
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
name
- (String) Name of the Directory Service. When type isFederated Directory
, name must beFederated Directory Service
.type
- (String) Type of the Directory Service. Can be set toCentrify Directory
,Active Directory
,Federated Directory
,Google Directory
orLDAP Directory
.
id
- (String) The ID of this resource.status
- (String) Status of the Directory Service.