Class ProjectsResource.LocationsResource.CaPoolsResource.FetchCaCertsRequest
FetchCaCerts returns the current trust anchor for the CaPool. This will include CA certificate chains for all certificate authorities in the ENABLED, DISABLED, or STAGED states.
Inheritance
ProjectsResource.LocationsResource.CaPoolsResource.FetchCaCertsRequest
Inherited Members
Namespace: Google.Apis.CertificateAuthorityService.v1
Assembly: Google.Apis.CertificateAuthorityService.v1.dll
Syntax
public class ProjectsResource.LocationsResource.CaPoolsResource.FetchCaCertsRequest : CertificateAuthorityServiceBaseServiceRequest<FetchCaCertsResponse>, IClientServiceRequest<FetchCaCertsResponse>, IClientServiceRequest
Constructors
FetchCaCertsRequest(IClientService, FetchCaCertsRequest, string)
Constructs a new FetchCaCerts request.
Declaration
public FetchCaCertsRequest(IClientService service, FetchCaCertsRequest body, string caPool)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
FetchCaCertsRequest | body | |
string | caPool |
Properties
CaPool
Required. The resource name for the CaPool in the format projects/*/locations/*/caPools/*
.
Declaration
[RequestParameter("caPool", RequestParameterType.Path)]
public virtual string CaPool { 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 FetchCaCerts parameter list.
Declaration
protected override void InitParameters()