InlineDirectoryDomain1
{
"event_log_servers": [
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"_revision": 0,
"_create_time": 0,
"_create_user": "string",
"_last_modified_time": 0,
"_last_modified_user": "string",
"_protection": "string",
"_system_owned": false,
"description": "string",
"display_name": "string",
"id": "string",
"resource_type": "string",
"tags": [
{
"scope": "string",
"tag": "string"
}
],
"domain_name": "string",
"host": "string",
"password": "string",
"status": {
"error_message": "string",
"last_event_record_id": 0,
"last_event_time_created": 0,
"last_polling_time": 0,
"status": "string"
},
"username": "string"
}
],
"ldap_servers": [
"DirectoryLdapServer Object"
],
"name": "string",
"resource_type": "string"
}
Directory domain Event Log server's information including host, name, protocol and so on.
Directory domain LDAP servers' information including host, name, port, protocol and so on.
Directory domain name which best describes the domain. It could be unique fqdn name or it could also be descriptive. There is no unique contraint for domain name among different domains.
Domain resource type comes from multiple sub-classes extending this base class. For example, DirectoryAdDomain is one accepted resource_type. If there are more sub-classes defined, they will also be accepted resource_type.