Class CustomersResource.PoliciesResource.NetworksResource.DefineCertificateRequest
Creates a certificate at a specified OU for a customer.
Inheritance
CustomersResource.PoliciesResource.NetworksResource.DefineCertificateRequest
Implements
Inherited Members
Namespace: Google.Apis.ChromePolicy.v1
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class CustomersResource.PoliciesResource.NetworksResource.DefineCertificateRequest : ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1DefineCertificateResponse>, IClientServiceRequest<GoogleChromePolicyVersionsV1DefineCertificateResponse>, IClientServiceRequest
Constructors
DefineCertificateRequest(IClientService, GoogleChromePolicyVersionsV1DefineCertificateRequest, string)
Constructs a new DefineCertificate request.
Declaration
public DefineCertificateRequest(IClientService service, GoogleChromePolicyVersionsV1DefineCertificateRequest body, string customer)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleChromePolicyVersionsV1DefineCertificateRequest | body | |
string | customer |
Properties
Customer
Required. The customer for which the certificate will apply.
Declaration
[RequestParameter("customer", RequestParameterType.Path)]
public virtual string Customer { get; }
Property Value
Type | Description |
---|---|
string |
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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes DefineCertificate parameter list.
Declaration
protected override void InitParameters()