Class User
Developer Preview: Information about a user's access to a domain.
Implements
Inherited Members
Namespace: Google.Apis.PostmasterTools.v2.Data
Assembly: Google.Apis.PostmasterTools.v2.dll
Syntax
public class User : IDirectResponseSchema
Properties
AccessGranter
Output only. The user that added the current user.
Declaration
[JsonProperty("accessGranter")]
public virtual string AccessGranter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
CreateTimeRaw
Output only. The time the user was granted access.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. The resource name of the user. Format: users/{user} Note: {user} is the user's email address.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Permission
The permission level that the user has for the specified domain.
Declaration
[JsonProperty("permission")]
public virtual string Permission { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserValue
The user's email address.
Declaration
[JsonProperty("user")]
public virtual string UserValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |