Show / Hide Table of Contents

Class Activity.ActorData.ApplicationInfoData

Details of the application that was the actor for the activity.

Inheritance
object
Activity.ActorData.ApplicationInfoData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX