package
1.24.0
Repository: https://github.com/elastic/cloud-sdk-go.git
Documentation: pkg.go.dev

# Packages

Package userauthadminapi contains the logic required to manage a user's authentication settings, such as API keys.

# Functions

CreateKey creates a new API key for the current user.
DeleteKey deletes an existing API key for the current user.
GetKey returns API key details for the current user.
ListKeys returns the available API keys for the current user.

# Structs

CreateKeyParams is consumed by CreateKey.
DeleteKeyParams is consumed by DeleteKey.
GetKeyParams is consumed by GetKey.
ListKeysParams is consumed by ListKeys.