Class GoogleAdsSearchads360V23ResourcesCustomerUserAccess
Represents the permission of a single user onto a single customer.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesCustomerUserAccess : IDirectResponseSchema
Properties
AccessCreationDateTime
Output only. The customer user access creation time. Read only field The format is "YYYY-MM-DD HH:MM:SS". Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
Declaration
[JsonProperty("accessCreationDateTime")]
public virtual string AccessCreationDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AccessRole
Access role of the user.
Declaration
[JsonProperty("accessRole")]
public virtual string AccessRole { 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 |
EmailAddress
Output only. Email address of the user. Read only field
Declaration
[JsonProperty("emailAddress")]
public virtual string EmailAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InviterUserEmailAddress
Output only. The email address of the inviter user. Read only field
Declaration
[JsonProperty("inviterUserEmailAddress")]
public virtual string InviterUserEmailAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Immutable. Name of the resource. Resource names have the form:
customers/{customer_id}/customerUserAccesses/{user_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserId
Output only. User id of the user with the customer access. Read only field
Declaration
[JsonProperty("userId")]
public virtual long? UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |