ProfileUpdateParameters Class
Properties required to update a profile.
Constructor
ProfileUpdateParameters(*, tags: Dict[str, str] | None = None, identity: _models.ManagedServiceIdentity | None = None, origin_response_timeout_seconds: int | None = None, log_scrubbing: _models.ProfileLogScrubbing | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
Profile tags. |
identity
|
Managed service identity (system assigned and/or user assigned identities). |
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. |
Variables
Name | Description |
---|---|
tags
|
Profile tags. |
identity
|
Managed service identity (system assigned and/or user assigned identities). |
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. |
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