AI-generated Key Takeaways
- 
          DaiAuthenticationKeyStatusis an enumeration within theDaiAuthenticationKeyServicethat defines the possible statuses forDaiAuthenticationKeyobjects.
- 
          The possible statuses are UNKNOWN,ACTIVE, andINACTIVE.
- 
          ACTIVEindicates the key is in use and valid, whileINACTIVEmeans the key is no longer used and invalid.
- 
          UNKNOWNis returned when the actual value is not exposed by the requested API version.
Statuses associated with DaiAuthenticationKey objects.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202508
| 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. |