ScaleRuleAuth Class
Auth Secrets for Scale Rule.
Constructor
ScaleRuleAuth(*, secret_ref: str | None = None, trigger_parameter: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
secret_ref
|
Name of the secret from which to pull the auth params. Default value: None
|
trigger_parameter
|
Trigger Parameter that uses the secret. Default value: None
|
Variables
Name | Description |
---|---|
secret_ref
|
Name of the secret from which to pull the auth params. |
trigger_parameter
|
Trigger Parameter that uses the secret. |
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