Class Activity
JSON template for the activity resource.
Implements
Inherited Members
Namespace: Google.Apis.Admin.Reports.reports_v1.Data
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public class Activity : IDirectResponseSchema
Properties
Actor
User doing the action.
Declaration
[JsonProperty("actor")]
public virtual Activity.ActorData Actor { get; set; }
Property Value
| Type | Description |
|---|---|
| Activity.ActorData |
ETag
ETag of the entry.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Events
Activity events in the report.
Declaration
[JsonProperty("events")]
public virtual IList<Activity.EventsData> Events { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Activity.EventsData> |
Id
Unique identifier for each activity record.
Declaration
[JsonProperty("id")]
public virtual Activity.IdData Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Activity.IdData |
IpAddress
IP address of the user doing the action. This is the Internet Protocol (IP) address of the user when logging into Google Workspace, which may or may not reflect the user's physical location. For example, the IP address can be the user's proxy server's address or a virtual private network (VPN) address. The API supports IPv4 and IPv6.
Declaration
[JsonProperty("ipAddress")]
public virtual string IpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Kind
The type of API resource. For an activity report, the value is audit#activity.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OwnerDomain
This is the domain that is affected by the report's event. For example domain of Admin console or the Drive application's document owner.
Declaration
[JsonProperty("ownerDomain")]
public virtual string OwnerDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceDetails
Details of the resource on which the action was performed.
Declaration
[JsonProperty("resourceDetails")]
public virtual IList<ResourceDetails> ResourceDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ResourceDetails> |