[[["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 2024-05-15 UTC."],[[["DaiAuthenticationKeyService uses DaiAuthenticationKey objects which are associated with specific key types."],["DaiAuthenticationKeyType determines how the key is used for authentication, either as a standard API key or for generating an HMAC signature."],["The namespace for this service is `https://www.google.com/apis/ads/publisher/v202405`."],["`UNKNOWN`, `API`, and `HMAC` are the possible DaiAuthenticationKeyTypes, indicating an unknown type, an API key, and an HMAC key, respectively."]]],["The document outlines the `DaiAuthenticationKeyService` and its dependency, `DaiAuthenticationKey`, including the associated `DaiAuthenticationKeyType`. This key type has three enumerations: `UNKNOWN`, representing an unexposed value; `API`, indicating a standard API key for stream creation requests; and `HMAC`, representing an HMAC key used for signature generation in stream creation requests. The namespace for these components is defined as `https://www.google.com/apis/ads/publisher/v202405`.\n"]]