Class AddHeldAccountsRequest
Add a list of accounts to a hold.
Implements
Inherited Members
Namespace: Google.Apis.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class AddHeldAccountsRequest : IDirectResponseSchema
Properties
AccountIds
A comma-separated list of the account IDs of the accounts to add to the hold. Specify either emails or account_ids, but not both.
Declaration
[JsonProperty("accountIds")]
public virtual IList<string> AccountIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Emails
A comma-separated list of the emails of the accounts to add to the hold. Specify either emails or account_ids, but not both.
Declaration
[JsonProperty("emails")]
public virtual IList<string> Emails { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |