enum DaiAuthenticationKeyStatus (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
DaiAuthenticationKeyService
Statuses associated with DaiAuthenticationKey objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Enumeration |
Description |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version.
|
ACTIVE
|
Indicates that the API key is actively in use and that the IMA SDK API should accept it as a
valid key in requests.
|
INACTIVE
|
Indicates that the API key is no longer is use and that the IMA SDK API should not accept it
as a valid key in requests.
|
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 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eDaiAuthenticationKeyService manages the status of DaiAuthenticationKeys used for authenticating requests in the IMA SDK.\u003c/p\u003e\n"],["\u003cp\u003eDaiAuthenticationKeyStatus includes ACTIVE, INACTIVE, and UNKNOWN statuses to indicate the key's operational state for the IMA SDK API.\u003c/p\u003e\n"],["\u003cp\u003eAn ACTIVE key is accepted for requests, while an INACTIVE key is rejected.\u003c/p\u003e\n"],["\u003cp\u003eUNKNOWN status signifies the actual value isn't exposed by the current API version.\u003c/p\u003e\n"]]],["The `DaiAuthenticationKeyService` manages `DaiAuthenticationKey` objects, which have statuses: `UNKNOWN`, `ACTIVE`, and `INACTIVE`. `ACTIVE` keys are valid for IMA SDK API requests, while `INACTIVE` keys are not. `UNKNOWN` indicates the API version does not expose the actual status. This service, found within the `https://www.google.com/apis/ads/publisher/v202408` namespace, handles API key management for ad requests.\n"],null,["# enum DaiAuthenticationKeyStatus (v202408)\n\n**Service** \n**DaiAuthenticationKeyService** **Dependencies** \n[DaiAuthenticationKey](/ad-manager/api/reference/v202408/DaiAuthenticationKeyService.DaiAuthenticationKey) \n▼\n**DaiAuthenticationKeyStatus**\n\nStatuses associated with [DaiAuthenticationKey](/ad-manager/api/reference/v202408/DaiAuthenticationKeyService.DaiAuthenticationKey) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|-------------|--------------------------------------------------------------------------------------------------------------------------|\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |\n| `ACTIVE` | Indicates that the API key is actively in use and that the IMA SDK API should accept it as a valid key in requests. |\n| `INACTIVE` | Indicates that the API key is no longer is use and that the IMA SDK API should not accept it as a valid key in requests. |"]]