protocol property
Protocol to match.
Required. Possible string values are:
- "PROTOCOL_UNSPECIFIED" : Protocol not specified.
- "SMTP" : SMTP prtocol
- "SMB" : SMB protocol
- "POP3" : POP3 protocol
- "IMAP" : IMAP protocol
- "HTTP2" : HTTP2 protocol
- "HTTP" : HTTP protocol
- "FTP" : FTP protocol
Implementation
core.String? protocol;