FunctionSecrets Class
Function secrets.
- Inheritance
-
azure.mgmt.web._serialization.ModelFunctionSecrets
Constructor
FunctionSecrets(*, key: str | None = None, trigger_url: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
key
|
Secret key. |
trigger_url
|
Trigger URL. |
Variables
Name | Description |
---|---|
key
|
Secret key. |
trigger_url
|
Trigger URL. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python