Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.DaiAuthenticationKey Class Reference

A More...

Properties

long id [get, set]
 The unique ID of the DaiAuthenticationKey. This value is read-only and is assigned by Google. More...
 
bool idSpecified [get, set]
 
string key [get, set]
 The value of the secure key. This value is read-only and is assigned by Google. More...
 
DateTime creationDateTime [get, set]
 The date and time this DaiAuthenticationKey was created. This value is read-only and is assigned by Google. More...
 
DaiAuthenticationKeyStatus status [get, set]
 The status of this DaiAuthenticationKey. This value is read-only and is assigned by Google. More...
 
bool statusSpecified [get, set]
 
string name [get, set]
 The name for this DaiAuthenticationKey. More...
 
DaiAuthenticationKeyType keyType [get, set]
 The type of this key, which determines how it should be used on stream create requests. More...
 
bool keyTypeSpecified [get, set]
 

Detailed Description

A

DaiAuthenticationKey is used to authenticate stream requests to the IMA SDK API.

Property Documentation

DateTime Google.Api.Ads.AdManager.v202305.DaiAuthenticationKey.creationDateTime
getset

The date and time this DaiAuthenticationKey was created. This value is read-only and is assigned by Google.

long Google.Api.Ads.AdManager.v202305.DaiAuthenticationKey.id
getset

The unique ID of the DaiAuthenticationKey. This value is read-only and is assigned by Google.

bool Google.Api.Ads.AdManager.v202305.DaiAuthenticationKey.idSpecified
getset

true, if a value is specified for id, false otherwise.

string Google.Api.Ads.AdManager.v202305.DaiAuthenticationKey.key
getset

The value of the secure key. This value is read-only and is assigned by Google.

DaiAuthenticationKeyType Google.Api.Ads.AdManager.v202305.DaiAuthenticationKey.keyType
getset

The type of this key, which determines how it should be used on stream create requests.

bool Google.Api.Ads.AdManager.v202305.DaiAuthenticationKey.keyTypeSpecified
getset

true, if a value is specified for keyType, false otherwise.

string Google.Api.Ads.AdManager.v202305.DaiAuthenticationKey.name
getset

The name for this DaiAuthenticationKey.

DaiAuthenticationKeyStatus Google.Api.Ads.AdManager.v202305.DaiAuthenticationKey.status
getset

The status of this DaiAuthenticationKey. This value is read-only and is assigned by Google.

DAI authentication keys are created in the DaiAuthenticationKeyStatus::ACTIVE state. The status can only be modified through the DaiAuthenticationKeyService::performDaiAuthenticationKeyAction method.

Only active keys will be accepted by the IMA SDK API as valid.

bool Google.Api.Ads.AdManager.v202305.DaiAuthenticationKey.statusSpecified
getset

true, if a value is specified for status, false otherwise.


The documentation for this class was generated from the following file: