ProfileUpdateParameters interface
Properties required to update a profile.
Properties
identity | Managed service identity (system assigned and/or user assigned identities). |
log |
Defines rules to scrub sensitive fields in logs |
origin |
Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns. |
tags | Profile tags |
Property Details
identity
Managed service identity (system assigned and/or user assigned identities).
identity?: ManagedServiceIdentity
Property Value
logScrubbing
Defines rules to scrub sensitive fields in logs
logScrubbing?: ProfileLogScrubbing
Property Value
originResponseTimeoutSeconds
Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.
originResponseTimeoutSeconds?: number
Property Value
number
tags
Profile tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}