Class GSuitePrincipal
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class GSuitePrincipal : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GsuiteDomain
This principal represents all users of the Google Workspace domain of the customer.
Declaration
[JsonProperty("gsuiteDomain")]
public virtual bool? GsuiteDomain { get; set; }
Property Value
Type | Description |
---|---|
bool? |
GsuiteGroupEmail
This principal references a Google Workspace group name.
Declaration
[JsonProperty("gsuiteGroupEmail")]
public virtual string GsuiteGroupEmail { get; set; }
Property Value
Type | Description |
---|---|
string |
GsuiteUserEmail
This principal references a Google Workspace user account.
Declaration
[JsonProperty("gsuiteUserEmail")]
public virtual string GsuiteUserEmail { get; set; }
Property Value
Type | Description |
---|---|
string |