NSX-T Data Center REST API
SecurityGroupDetails (type)
{
"additionalProperties": false,
"description": "Stores details of cloud security group and corresponding NSX security group.",
"id": "SecurityGroupDetails",
"module_id": "CloudServiceManager",
"properties": {
"cloud_security_group": {
"$ref": "SecurityGroup,
"description": "Stores information about a cloud native security group created by NSX. For AWS, this will correspond to cloud network security group information. For Azure, this will correspond to cloud application security group information.",
"readonly": true,
"required": false,
"title": "Cloud Security Group"
},
"nsx_security_group": {
"$ref": "SecurityGroup,
"description": "Stores information about a NSX security group corresponding to the cloud security group.",
"readonly": true,
"required": false,
"title": "NSX Security Group"
}
},
"title": "Security Group Details",
"type": "object"
}