Class UsersResource.SettingsResource.CseResource.IdentitiesResource.CreateRequest
Creates and configures a client-side encryption identity that's authorized to send mail from the
user account. Google publishes the S/MIME certificate to a shared domain-wide directory so that
people within a Google Workspace organization can encrypt and send mail to the identity. For
administrators managing identities and keypairs for users in their organization, requests
require authorization with a service
account that has
domain-wide delegation
authority
to impersonate users with the https://www.googleapis.com/auth/gmail.settings.basic scope. For
users managing their own identities and keypairs, requests require hardware key
encryption turned on and configured.
Inheritance
Inherited Members
Namespace: Google.Apis.Gmail.v1
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class UsersResource.SettingsResource.CseResource.IdentitiesResource.CreateRequest : GmailBaseServiceRequest<CseIdentity>, IClientServiceRequest<CseIdentity>, IClientServiceRequest
Constructors
CreateRequest(IClientService, CseIdentity, string)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, CseIdentity body, string userId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| CseIdentity | body | |
| string | userId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
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 Create parameter list.
Declaration
protected override void InitParameters()