Skip to content

Commit c0a7a77

Browse files
authored
PCSUP-29009 add description to POST /uai/v1/asset response property trueInternetExposure outlining possible values (#991)
1 parent 9724a3f commit c0a7a77

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

openapi-specs/cspm/AssetMicroService.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,9 @@
14341434
}
14351435
},
14361436
"trueInternetExposure": {
1437-
"type": "string"
1437+
"type": "string",
1438+
"description": "Indicates the asset’s internet exposure level. Possible values are `y`,`n`,`NULL`. `y` means exposed, `n` means no internet exposure, and `NULL` indicates the module does not support or send this attribute.",
1439+
"example": "y"
14381440
},
14391441
"dataSecurity": {
14401442
"type": "object",

0 commit comments

Comments
 (0)