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, 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 be spent to retrieve certificates from all nodes.
Declaration
public TimeSpan Timeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |