NEST by Elastic and contributors

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

.NET API 4,708,864 bytes

 IInvalidateApiKeyRequest

string Id { get; set; }

An API key id. This parameter cannot be used with any of Name, RealmName or Username are used.

string Name { get; set; }

An API key name. This parameter cannot be used with any of Id, RealmName or Username are used.

bool? Owner { get; set; }

A boolean flag that can be used to query API keys owned by the currently authenticated user. Defaults to false. The RealmName or Username parameters cannot be specified when this parameter is set to true as they are assumed to be the currently authenticated ones.

string RealmName { get; set; }

The name of an authentication realm. This parameter cannot be used with either Id or Name.

string Username { get; set; }

The username of a user. This parameter cannot be used with either Id or Name.