Class GetAllCertificatesRequestParameters
Request options for GetAllCertificates
Inheritance
GetAllCertificatesRequestParameters
Implements
Inherited Members
Namespace: OpenSearch.Net.Specification.SecurityApi
Assembly: OpenSearch.Net.dll
Syntax
public class GetAllCertificatesRequestParameters : RequestParameters<GetAllCertificatesRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceCertType
The type of certificates (HTTP, TRANSPORT, or ALL) to retrieve from all nodes.
Declaration
public string CertType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| HttpMethod |
Overrides
| Edit this page View SourceSupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Overrides
| Edit this page View SourceTimeout
The maximum duration, in seconds, to spend retrieving certificates from all nodes before a timeout.
Declaration
public TimeSpan Timeout { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |