abstract type DaiAuthenticationKeyAction (v202402)
Service
DaiAuthenticationKeyService
Represents the actions that can be performed on DaiAuthenticationKey objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["The `DaiAuthenticationKeyService` allows for managing DAI (Dynamic Ad Insertion) authentication keys."],["Actions like activating and deactivating keys are performed using `DaiAuthenticationKeyAction` objects."],["`performDaiAuthenticationKeyAction()` is the primary method for interacting with the service."],["`DaiAuthenticationKey` objects represent the individual keys being managed."],["The service uses the namespace `https://www.google.com/apis/ads/publisher/v202402`."]]],["The core content outlines the `DaiAuthenticationKeyService`, detailing its functionality related to `DaiAuthenticationKey` objects. Key actions include `performDaiAuthenticationKeyAction`, with specific implementations being `ActivateDaiAuthenticationKeys` and `DeactivateDaiAuthenticationKeys`. These actions are used to manage the state of DaiAuthenticationKeys. The service's namespace is identified as `https://www.google.com/apis/ads/publisher/v202402`. The service is dependent on the specified action.\n"]]