Search Results for

    Show / Hide Table of Contents

    Class PatchRoleMappingRequestParameters

    Request options for PatchRoleMapping

    https://opensearch.org/docs/latest/security/access-control/api/#patch-role-mapping

    Inheritance
    object
    RequestParameters<PatchRoleMappingRequestParameters>
    PatchRoleMappingRequestParameters
    Implements
    IRequestParameters
    Inherited Members
    RequestParameters<PatchRoleMappingRequestParameters>.CustomResponseBuilder
    RequestParameters<PatchRoleMappingRequestParameters>.QueryString
    RequestParameters<PatchRoleMappingRequestParameters>.RequestConfiguration
    RequestParameters<PatchRoleMappingRequestParameters>.ContainsQueryString(string)
    RequestParameters<PatchRoleMappingRequestParameters>.GetQueryStringValue<TOut>(string)
    RequestParameters<PatchRoleMappingRequestParameters>.GetResolvedQueryStringValue(string, IConnectionConfigurationValues)
    RequestParameters<PatchRoleMappingRequestParameters>.SetQueryString(string, object)
    RequestParameters<PatchRoleMappingRequestParameters>.Q<TOut>(string)
    RequestParameters<PatchRoleMappingRequestParameters>.Q(string, object)
    RequestParameters<PatchRoleMappingRequestParameters>.SetAcceptHeader(string)
    RequestParameters<PatchRoleMappingRequestParameters>.AcceptHeaderFromFormat(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net.Specification.SecurityApi
    Assembly: OpenSearch.Net.dll
    Syntax
    public class PatchRoleMappingRequestParameters : RequestParameters<PatchRoleMappingRequestParameters>, IRequestParameters

    Properties

    | Edit this page View Source

    DefaultHttpMethod

    Declaration
    public override HttpMethod DefaultHttpMethod { get; }
    Property Value
    Type Description
    HttpMethod
    Overrides
    RequestParameters<PatchRoleMappingRequestParameters>.DefaultHttpMethod
    | Edit this page View Source

    SupportsBody

    Declaration
    public override bool SupportsBody { get; }
    Property Value
    Type Description
    bool
    Overrides
    RequestParameters<PatchRoleMappingRequestParameters>.SupportsBody

    Implements

    IRequestParameters

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • DefaultHttpMethod
      • SupportsBody
    • Implements
    • Extension Methods
    Back to top Generated by DocFX