Class UserReidentificationIssueDetails
This issue warns about uses of APIs that may be considered misuse to re-identify users.
public sealed class UserReidentificationIssueDetails
- Inheritance
-
UserReidentificationIssueDetails
- Inherited Members
Properties
Request
Applies to BlockedFrameNavigation and BlockedSubresource issue types.
[JsonPropertyName("request")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AffectedRequest? Request { get; set; }
Property Value
SourceCodeLocation
Applies to NoisedCanvasReadback issue type.
[JsonPropertyName("sourceCodeLocation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SourceCodeLocation? SourceCodeLocation { get; set; }
Property Value
Type
type
[JsonPropertyName("type")]
public UserReidentificationIssueType Type { get; set; }