Class CustomersResource.CertificateProvisioningProcessesResource.ClaimRequest
Claims a certificate provisioning process. For each certificate provisioning process, this operation can
succeed only for one caller_instance_id.
Inheritance
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessResponse>
CustomersResource.CertificateProvisioningProcessesResource.ClaimRequest
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class CustomersResource.CertificateProvisioningProcessesResource.ClaimRequest : ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessResponse>, IClientServiceRequest<GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessResponse>, IClientServiceRequest
Constructors
ClaimRequest(IClientService, GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest, string)
Constructs a new Claim request.
Declaration
public ClaimRequest(IClientService service, GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest | body | |
| string | name |
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
Name
Required. Resource name of the CertificateProvisioningProcess to claim. The name pattern is given
as customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process} with
{customer} being the obfuscated customer id and {certificate_provisioning_process} being the
certificate provisioning process id.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes Claim parameter list.
Declaration
protected override void InitParameters()