[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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. |"]]