Class GetNodeCertificatesRequestParameters
Request options for GetNodeCertificates
Inheritance
GetNodeCertificatesRequestParameters
Implements
Inherited Members
Namespace: OpenSearch.Net.Specification.SecurityApi
Assembly: OpenSearch.Net.dll
Syntax
public class GetNodeCertificatesRequestParameters : RequestParameters<GetNodeCertificatesRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceCertType
The type of certificates (HTTP, TRANSPORT, ALL) to retrieve for a node.
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 a node's certificates.
Declaration
public TimeSpan Timeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |