AuthenticationDomainInventorySyncRequest Data Type

Properties
name data type constraints description
name string required, max size: 255, min size: 1
domainId string  
hvManager NameAndGuid required

Example

{
  "name" : "...",
  "domainId" : "...",
  "hvManager" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  }
}