Type Alias ApiKeyPage

type ApiKeyPage = {
    data: ApiKey[];
    links: { next?: Link; prev?: Link; self: Link };
}
Index

Properties

Properties

data: ApiKey[]

Properties of API keys in a given tenant.

links: { next?: Link; prev?: Link; self: Link }

Navigation links to page results.