enum DaiAuthenticationKeyStatus (v202411)
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/v202411
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 uses DaiAuthenticationKey objects and is associated with DaiAuthenticationKeyStatus.\u003c/p\u003e\n"],["\u003cp\u003eDaiAuthenticationKeyStatus has three statuses: UNKNOWN, ACTIVE, and INACTIVE, indicating the API key's operational state.\u003c/p\u003e\n"],["\u003cp\u003eAn ACTIVE status signifies that the API key is currently in use and accepted by the IMA SDK API, while INACTIVE means it's no longer in use and should be rejected.\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 actual status is not exposed by the API version. The namespace for these objects is `https://www.google.com/apis/ads/publisher/v202411`. These statuses dictate whether an API key is currently valid for use.\n"],null,["# enum DaiAuthenticationKeyStatus (v202411)\n\n**Service** \n**DaiAuthenticationKeyService** **Dependencies** \n[DaiAuthenticationKey](/ad-manager/api/reference/v202411/DaiAuthenticationKeyService.DaiAuthenticationKey) \n▼\n**DaiAuthenticationKeyStatus**\n\nStatuses associated with [DaiAuthenticationKey](/ad-manager/api/reference/v202411/DaiAuthenticationKeyService.DaiAuthenticationKey) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\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. |"]]