export interface UpdateCredentialListRequest { /** The name of the credential list. */ name: string; }