AI-generated Key Takeaways
-
DaiAuthenticationKeyService uses DaiAuthenticationKey objects and is associated with DaiAuthenticationKeyStatus.
-
DaiAuthenticationKeyStatus has three statuses: UNKNOWN, ACTIVE, and INACTIVE, indicating the API key's operational state.
-
An 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.
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. |