Security_Rules_Protocol_Fields
statusboolean
Whether the request succeeded.
Example:
truemessagestring
Human-readable description of the result.
Example:
Getting security rule protocols successfulprotocolsstring[]
Security_Rules_Protocol_Fields
{
"status": true,
"message": "Getting security rule protocols successful",
"protocols": [
"string"
]
}
Was this page helpful?