Class Activity.ActorData
User doing the action.
Inherited Members
Namespace: Google.Apis.Admin.Reports.reports_v1.Data
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public class Activity.ActorData
Properties
CallerType
The type of actor.
Declaration
[JsonProperty("callerType")]
public virtual string CallerType { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |