getapikey

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Retrieves information for one or more API keys.

Index

Constants

This section is empty.

Variables

View Source
var ErrBuildPath = errors.New("cannot build path, check for missing path parameters")

ErrBuildPath is returned in case of missing parameters within the build of the request.

Functions

This section is empty.

Types

type GetApiKey

type GetApiKey struct {
	// contains filtered or unexported fields
}

func (GetApiKey) Do

func (r GetApiKey) Do(ctx context.Context) (*Response, error)

Do runs the request through the transport, handle the response and returns a getapikey.Response

func (*GetApiKey) Header

func (r *GetApiKey) Header(key, value string) *GetApiKey

Header set a key, value pair in the GetApiKey headers map.

func (*GetApiKey) HttpRequest

func (r *GetApiKey) HttpRequest(ctx context.Context) (*http.Request, error)

HttpRequest returns the http.Request object built from the given parameters.

func (*GetApiKey) Id

func (r *GetApiKey) Id(v string) *GetApiKey

Id API key id of the API key to be retrieved API name: id

func (GetApiKey) IsSuccess

func (r GetApiKey) IsSuccess(ctx context.Context) (bool, error)

IsSuccess allows to run a query with a context and retrieve the result as a boolean. This only exists for endpoints without a request payload and allows for quick control flow.

func (*GetApiKey) Name

func (r *GetApiKey) Name(v string) *GetApiKey

Name API key name of the API key to be retrieved API name: name

func (*GetApiKey) Owner

func (r *GetApiKey) Owner(b bool) *GetApiKey

Owner flag to query API keys owned by the currently authenticated user API name: owner

func (GetApiKey) Perform

func (r GetApiKey) Perform(ctx context.Context) (*http.Response, error)

Perform runs the http.Request through the provided transport and returns an http.Response.

func (*GetApiKey) RealmName

func (r *GetApiKey) RealmName(v string) *GetApiKey

RealmName realm name of the user who created this API key to be retrieved API name: realm_name

func (*GetApiKey) Username

func (r *GetApiKey) Username(v string) *GetApiKey

Username user name of the user who created this API key to be retrieved API name: username

func (*GetApiKey) WithLimitedBy

func (r *GetApiKey) WithLimitedBy(b bool) *GetApiKey

WithLimitedBy Return the snapshot of the owner user's role descriptors associated with the API key. An API key's actual permission is the intersection of its assigned role descriptors and the owner user's role descriptors. API name: with_limited_by

type NewGetApiKey

type NewGetApiKey func() *GetApiKey

NewGetApiKey type alias for index.

func NewGetApiKeyFunc

func NewGetApiKeyFunc(tp elastictransport.Interface) NewGetApiKey

NewGetApiKeyFunc returns a new instance of GetApiKey with the provided transport. Used in the index of the library this allows to retrieve every apis in once place.

type Response

type Response struct {
	ApiKeys []types.ApiKey `json:"api_keys"`
}

func NewResponse

func NewResponse() *Response

NewResponse returns a Response

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL