[[["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 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. |"]]