Class DeprovisionRequestParameters
Request options for Deprovision
https://opensearch.org/docs/latest/automating-configurations/api/deprovision-workflow/
Implements
Inherited Members
Namespace: OpenSearch .Net.Specification.FlowFrameworkApi
Assembly: OpenSearch.Net.dll
Syntax
public class DeprovisionRequestParameters : RequestParameters<DeprovisionRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceAllowDelete
Required when deleting resources involves a high potential for data loss.
Declaration
public string AllowDelete { 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 |