Class AddMatterPermissionsRequest
Add an account with the permission specified. The role cannot be owner. If an account already has a role in the matter, the existing role is overwritten.
Implements
Inherited Members
Namespace: Google.Apis.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class AddMatterPermissionsRequest : IDirectResponseSchema
Properties
CcMe
Only relevant if sendEmails is true. To CC the requestor in the email message, set to true. To not CC requestor, set to false.
Declaration
[JsonProperty("ccMe")]
public virtual bool? CcMe { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MatterPermission
The account and its role to add.
Declaration
[JsonProperty("matterPermission")]
public virtual MatterPermission MatterPermission { get; set; }
Property Value
Type | Description |
---|---|
MatterPermission |
SendEmails
To send a notification email to the added account, set to true. To not send a notification email, set to false.
Declaration
[JsonProperty("sendEmails")]
public virtual bool? SendEmails { get; set; }
Property Value
Type | Description |
---|---|
bool? |