NatsApiListNatsCredentialsRequest: {
    natsAccountId?: string;
    orderBy?: ListNatsCredentialsRequestOrderBy;
    page?: number;
    pageSize?: number;
    region?: Region;
}

Type declaration

  • OptionalnatsAccountId?: string

    Include only credentials for this NATS account.

  • OptionalorderBy?: ListNatsCredentialsRequestOrderBy

    Order in which to return results.

  • Optionalpage?: number

    Page number to return.

  • OptionalpageSize?: number

    Maximum number of credentials to return per page.

  • Optionalregion?: Region

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