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
int

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
int

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.