Class GetAffectedUrlsForThirdPartyCookieMetadataCommandSettings
Returns the list of URLs from a page and its embedded resources that match existing grace period URL pattern rules. https://developers.google.com/privacy-sandbox/cookies/temporary-exceptions/grace-period
public sealed class GetAffectedUrlsForThirdPartyCookieMetadataCommandSettings : ICommand
- Inheritance
-
GetAffectedUrlsForThirdPartyCookieMetadataCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
FirstPartyUrl
The URL of the page currently being visited.
[JsonPropertyName("firstPartyUrl")]
public string FirstPartyUrl { get; set; }
Property Value
ThirdPartyUrls
The list of embedded resource URLs from the page.
[JsonPropertyName("thirdPartyUrls")]
public string[] ThirdPartyUrls { get; set; }
Property Value
- string[]