Class SelectivePermissionsInterventionIssueDetails
The issue warns about blocked calls to privacy sensitive APIs via the Selective Permissions Intervention.
public sealed class SelectivePermissionsInterventionIssueDetails
- Inheritance
-
SelectivePermissionsInterventionIssueDetails
- Inherited Members
Properties
AdAncestry
Why the ad script using the API is considered an ad.
[JsonPropertyName("adAncestry")]
public AdAncestry AdAncestry { get; set; }
Property Value
ApiName
Which API was intervened on.
[JsonPropertyName("apiName")]
public string ApiName { get; set; }
Property Value
StackTrace
The stack trace at the time of the intervention.
[JsonPropertyName("stackTrace")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTrace? StackTrace { get; set; }