Class Activity.ActorData.ApplicationInfoData
Details of the application that was the actor for the activity.
Inherited Members
Namespace: Google.Apis.Admin.Reports.reports_v1.Data
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public class Activity.ActorData.ApplicationInfoData
Properties
ApplicationName
Name of the application used to perform the action.
Declaration
[JsonProperty("applicationName")]
public virtual string ApplicationName { get; set; }
Property Value
Type | Description |
---|---|
string |
Impersonation
Whether the application was impersonating a user.
Declaration
[JsonProperty("impersonation")]
public virtual bool? Impersonation { get; set; }
Property Value
Type | Description |
---|---|
bool? |
OauthClientId
OAuth client id of the third party application used to perform the action.
Declaration
[JsonProperty("oauthClientId")]
public virtual string OauthClientId { get; set; }
Property Value
Type | Description |
---|---|
string |