ListTokensRequest: {
    functionId?: string;
    namespaceId?: string;
    orderBy?: Function.v1beta1.ListTokensRequestOrderBy;
    page?: number;
    pageSize?: number;
    region?: Region;
}

Type declaration

  • OptionalfunctionId?: string

    UUID of the function the token is assoicated with.

  • OptionalnamespaceId?: string

    UUID of the namespace the token is associated with.

  • OptionalorderBy?: Function.v1beta1.ListTokensRequestOrderBy

    Sort order for the tokens.

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

    Number of tokens per page.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.