securityLevel property

ServiceConfig_SecurityLevel securityLevel
final

Security level configure whether the function only accepts https. This configuration is only applicable to 1st Gen functions with Http trigger. By default https is optional for 1st Gen functions; 2nd Gen functions are https ONLY.

Implementation

final ServiceConfig_SecurityLevel securityLevel;