SecurityTag
Properties
string
description
Optional
Not available
string
entity_id
Optional
Entity ID that can be references in detail API calls
string
name
Optional
Name of the object
string
vendor_id
Optional
Not available
JSON Example
{
"description": "string",
"direct_security_groups": [
{
"entity_id": "string",
"entity_type": "enum"
}
],
"entity_id": "1000:104:12213212",
"entity_type": "enum",
"name": "My Name",
"nsx_manager": {
"entity_id": "string",
"entity_type": "enum"
},
"security_groups": [
{
"entity_id": "string",
"entity_type": "enum"
}
],
"vendor_id": "string"
}