securityLevel property

  1. @TagNumber(21)
ServiceConfig_SecurityLevel get securityLevel

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

@$pb.TagNumber(21)
ServiceConfig_SecurityLevel get securityLevel => $_getN(16);
  1. @TagNumber(21)
set securityLevel (ServiceConfig_SecurityLevel v)

Implementation

@$pb.TagNumber(21)
set securityLevel(ServiceConfig_SecurityLevel v) { setField(21, v); }