Enum DaiAuthenticationKeyTypeEnum.Types.DaiAuthenticationKeyType
Key types associated with DaiAuthenticationKey objects.
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public enum DaiAuthenticationKeyTypeEnum.Types.DaiAuthenticationKeyType
Fields
| Name | Description |
|---|---|
| Api | Indicates that the key is a standard API key and should be used with the api-key SDK parameter when authenticating stream create requests. |
| Hmac | Indicates that the key is an HMAC key and should be used to generate a signature for the stream create request with the auth-token SDK parameter. |
| Unspecified | Default value. This value is unused. |