NSX-T Data Center REST API

IdentityFirewallStoreSyncObject (type)

{
  "additionalProperties": false,
  "description": "Specifies the parameters for a Active Directory synchronization action on a single Identity Firewall Store.",
  "id": "IdentityFirewallStoreSyncObject",
  "module_id": "PolicyIdentity",
  "properties": {
    "delay": {
      "default": 0,
      "description": "An optional delay in seconds before the synchronization action is executed.",
      "minimum": 0,
      "required": false,
      "title": "Execution delay.",
      "type": "integer"
    },
    "path": {
      "description": "The policy path of Identity Firewall Store on which the synchronization action is to be performed.",
      "required": true,
      "title": "Target Identity Firewall Store Policy Path.",
      "type": "string"
    }
  },
  "title": "Identity Firewall Store sync request parameter.",
  "type": "object"
}