Show / Hide Table of Contents

Class Principal

Reference to a user, group, or domain.

Inheritance
object
Principal
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.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class Principal : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GroupResourceName

This principal is a group identified using an external identity. The name field must specify the group resource name with this format: identitysources/{source_id}/groups/{ID}

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

GsuitePrincipal

This principal is a Google Workspace user, group or domain.

Declaration
[JsonProperty("gsuitePrincipal")]
public virtual GSuitePrincipal GsuitePrincipal { get; set; }
Property Value
Type Description
GSuitePrincipal

UserResourceName

This principal is a user identified using an external identity. The name field must specify the user resource name with this format: identitysources/{source_id}/users/{ID}

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX