ProfilePropertiesUpdateParameters Class
The JSON object containing profile update parameters.
Constructor
ProfilePropertiesUpdateParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
origin_response_timeout_seconds
|
Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns. |
|
log_scrubbing
|
Defines rules to scrub sensitive fields in logs. |
Attributes
log_scrubbing
Defines rules to scrub sensitive fields in logs.
log_scrubbing: _models.ProfileLogScrubbing | None
origin_response_timeout_seconds
Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.
origin_response_timeout_seconds: int | None