Class UsersResource.SettingsResource.CseResource.KeypairsResource.DisableRequest
Turns off a client-side encryption key pair. The authenticated user can no longer use the key pair to decrypt incoming CSE message texts or sign outgoing CSE mail. To regain access, use the EnableCseKeyPair to turn on the key pair. After 30 days, you can permanently delete the key pair by using the ObliterateCseKeyPair method.
Inheritance
UsersResource.SettingsResource.CseResource.KeypairsResource.DisableRequest
Inherited Members
Namespace: Google.Apis.Gmail.v1
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class UsersResource.SettingsResource.CseResource.KeypairsResource.DisableRequest : GmailBaseServiceRequest<CseKeyPair>, IClientServiceRequest<CseKeyPair>, IClientServiceRequest
Constructors
DisableRequest(IClientService, DisableCseKeyPairRequest, string, string)
Constructs a new Disable request.
Declaration
public DisableRequest(IClientService service, DisableCseKeyPairRequest body, string userId, string keyPairId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| DisableCseKeyPairRequest | body | |
| string | userId | |
| string | keyPairId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
KeyPairId
The identifier of the key pair to turn off.
Declaration
[RequestParameter("keyPairId", RequestParameterType.Path)]
public virtual string KeyPairId { get; }
Property Value
| Type | Description |
|---|---|
| string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
UserId
The requester's primary email address. To indicate the authenticated user, you can use the
special value me.
Declaration
[RequestParameter("userId", RequestParameterType.Path)]
public virtual string UserId { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes Disable parameter list.
Declaration
protected override void InitParameters()