HttpsTrigger(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Describes HttpsTrigger, could be used to connect web hooks to function.
Attributes |
|
---|---|
Name | Description |
url |
str
Output only. The deployed url for the function. |
security_level |
google.cloud.functions_v1.types.HttpsTrigger.SecurityLevel
The security level for the function. |
Classes
SecurityLevel
SecurityLevel(value)
Available security level settings.
This controls the methods to enforce security (HTTPS) on a URL.
If unspecified, SECURE_OPTIONAL will be used.