Class GetDistinguishedNameRequestParameters
Request options for GetDistinguishedName
https://opensearch.org/docs/latest/security/access-control/api/#get-distinguished-names
Inheritance
GetDistinguishedNameRequestParameters
Implements
Inherited Members
Namespace: OpenSearch.Net.Specification.SecurityApi
Assembly: OpenSearch.Net.dll
Syntax
public class GetDistinguishedNameRequestParameters : RequestParameters<GetDistinguishedNameRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceDefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
HttpMethod |
Overrides
| Edit this page View SourceShowAll
A boolean flag to include/exclude static nodes DN from final result.
Declaration
public bool? ShowAll { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |