NEST by Elastic and contributors

<PackageReference Include="NEST" Version="5.3.1" />

.NET API 4,012,544 bytes

 ClearCachedRolesRequest

public class ClearCachedRolesRequest : PlainRequestBase<ClearCachedRolesRequestParameters>, IClearCachedRolesRequest, IRequest<ClearCachedRolesRequestParameters>, IRequest
Request parameters for XpackSecurityClearCachedRoles https://www.elastic.co/guide/en/x-pack/master/security-api-roles.html#security-api-clear-role-cache
public bool ErrorTrace { get; set; }

Include the stack trace of returned errors.

public string[] FilterPath { get; set; }

A comma-separated list of filters used to reduce the respone.

public bool Human { get; set; }

Return human readable values for statistics.

public bool Pretty { get; set; }

Pretty format the returned JSON response.

protected IClearCachedRolesRequest Self { get; }

public string Source { get; set; }

The URL-encoded request definition. Useful for libraries that do not accept a request body for non-POST requests.

/_xpack/security/role/{name}/_clear_cache