Show / Hide Table of Contents

Class Activity.ActorData

User doing the action.

Inheritance
object
Activity.ActorData
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

Properties

ApplicationInfo

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

Declaration
[JsonProperty("applicationInfo")]
public virtual Activity.ActorData.ApplicationInfoData ApplicationInfo { get; set; }
Property Value
Type Description
Activity.ActorData.ApplicationInfoData

CallerType

The type of actor.

Declaration
[JsonProperty("callerType")]
public virtual string CallerType { get; set; }
Property Value
Type Description
string

Email

The primary email address of the actor. May be absent if there is no email address associated with the actor.

Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type Description
string

Key

Only present when callerType is KEY. Can be the consumer_key of the requestor for OAuth 2LO API requests or an identifier for robot accounts.

Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type Description
string

ProfileId

The unique Google Workspace profile ID of the actor. This value might be absent if the actor is not a Google Workspace user, or may be the number 105250506097979753968 which acts as a placeholder ID.

Declaration
[JsonProperty("profileId")]
public virtual string ProfileId { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX