Class HeldAccount
An account covered by a hold. This structure is immutable. It can be an individual account or a Google Group, depending on the service. To work with Vault resources, the account must have the [required Vault privileges] (https://support.google.com/vault/answer/2799699) and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the View All Matters privilege.
Implements
Inherited Members
Namespace: Google.Apis.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class HeldAccount : IDirectResponseSchema
Properties
AccountId
The account ID, as provided by the Admin SDK.
Declaration
[JsonProperty("accountId")]
public virtual string AccountId { 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 |
The primary email address of the account. If used as an input, this takes precedence over accountId.
Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstName
Output only. The first name of the account holder.
Declaration
[JsonProperty("firstName")]
public virtual string FirstName { get; set; }
Property Value
Type | Description |
---|---|
string |
HoldTime
object representation of HoldTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use HoldTimeDateTimeOffset instead.")]
public virtual object HoldTime { get; set; }
Property Value
Type | Description |
---|---|
object |
HoldTimeDateTimeOffset
DateTimeOffset representation of HoldTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? HoldTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
HoldTimeRaw
Output only. When the account was put on hold.
Declaration
[JsonProperty("holdTime")]
public virtual string HoldTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
LastName
Output only. The last name of the account holder.
Declaration
[JsonProperty("lastName")]
public virtual string LastName { get; set; }
Property Value
Type | Description |
---|---|
string |