Class GoogleAdsSearchads360V23ResourcesCustomerUserAccessInvitation
Represent an invitation to a new user on this customer account.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesCustomerUserAccessInvitation : IDirectResponseSchema
Properties
AccessRole
Immutable. Access role of the user.
Declaration
[JsonProperty("accessRole")]
public virtual string AccessRole { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CreationDateTime
Output only. Time invitation was created. This field is read-only. 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("creationDateTime")]
public virtual string CreationDateTime { 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
Immutable. Email address the invitation was sent to. This can differ from the email address of the account that accepts the invite.
Declaration
[JsonProperty("emailAddress")]
public virtual string EmailAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InvitationId
Output only. The ID of the invitation. This field is read-only.
Declaration
[JsonProperty("invitationId")]
public virtual long? InvitationId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
InvitationStatus
Output only. Invitation status of the user.
Declaration
[JsonProperty("invitationStatus")]
public virtual string InvitationStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Immutable. Name of the resource. Resource names have the form:
customers/{customer_id}/customerUserAccessInvitations/{invitation_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |