Show / Hide Table of Contents

Class OwnerIdentity

Identity details of the owner of the resource.

Inheritance
object
OwnerIdentity
Implements
IDirectResponseSchema
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX