NSX-T Data Center REST API

IdentityFirewallStoreSyncRequest (type)

{
  "additionalProperties": false,
  "description": "The request body for performing a Active Directory synchronization action on one or more Identity Firewall Stores.",
  "id": "IdentityFirewallStoreSyncRequest",
  "module_id": "PolicyIdentity",
  "properties": {
    "identity_firewall_stores": {
      "description": "Array of synchronization parameters, for each Identity Firewall Store to be synchronized. Currently, only one is supported per request.",
      "items": {
        "$ref": "IdentityFirewallStoreSyncObject"
      },
      "maxItems": 1,
      "minItems": 1,
      "required": true,
      "title": "Target Identity Firewall Stores.",
      "type": "array",
      "uniqueItems": true
    }
  },
  "title": "Identity Firewall Store sync request.",
  "type": "object"
}