Class OwnerIdentity
Identity details of the owner of the resource.
Implements
Inherited Members
Namespace: Google.Apis.Admin.Reports.reports_v1.Data
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public class OwnerIdentity : IDirectResponseSchema
Properties
CustomerIdentity
Identity of the Google Workspace customer who owns the resource.
Declaration
[JsonProperty("customerIdentity")]
public virtual CustomerIdentity CustomerIdentity { get; set; }
Property Value
| Type | Description |
|---|---|
| CustomerIdentity |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GroupIdentity
Identity of the group who owns the resource.
Declaration
[JsonProperty("groupIdentity")]
public virtual GroupIdentity GroupIdentity { get; set; }
Property Value
| Type | Description |
|---|---|
| GroupIdentity |
UserIdentity
Identity of the user who owns the resource.
Declaration
[JsonProperty("userIdentity")]
public virtual UserIdentity UserIdentity { get; set; }
Property Value
| Type | Description |
|---|---|
| UserIdentity |