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
, or ALL
) to retrieve from a node.
Declaration
public string CertType { get; set; }
Property Value
Type | Description |
---|---|
string |
DefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
Http |
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 |
---|---|
Time |