Class MdbUserProto
An entity from the MDB namespace that is to be interpreted as a user. If using this for authorization, you should only do an exact match on the peer role against user_name.
Inheritance
object
MdbUserProto
Implements
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 MdbUserProto : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GaiaId
Do not set this field. Contact credentials-eng@ if you believe you absolutely need to use it. This is the @prod.google.com Gaia ID that corresponds to the MDB user, see go/authn-merge for details. This field may always be safely ignored when performing an authorization check.
Declaration
[JsonProperty("gaiaId")]
public virtual long? GaiaId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
UserName
Declaration
[JsonProperty("userName")]
public virtual string UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |